1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
cdt/rse/examples/org.eclipse.rse.examples.tutorial/build.properties

25 lines
938 B
Properties
Raw Normal View History

2006-09-20 11:53:43 +00:00
################################################################################
2009-05-27 15:19:10 +00:00
# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
2006-09-20 11:53:43 +00:00
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
2006-07-13 08:27:43 +00:00
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
icons/,\
plugin.properties,\
plugin.xml,\
rseSamplesMessages.xml,\
about.ini,\
about.mappings,\
about.properties,\
2009-05-13 22:23:26 +00:00
dsdp32.png
src.includes = about.html
2006-07-13 08:27:43 +00:00