1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00

- added source build properties

This commit is contained in:
Alena Laskavaia 2010-03-04 14:59:23 +00:00
parent 6c3addbb62
commit b6d3835b3b
4 changed files with 18 additions and 0 deletions

View file

@ -2,3 +2,8 @@ bin.includes = feature.xml,\
license.html,\
feature.properties,\
epl-v10.html
src.includes = license.html,\
feature.xml,\
feature.properties,\
epl-v10.html,\
build.properties

View file

@ -3,3 +3,7 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml
src.includes = src/,\
plugin.xml,\
META-INF/,\
build.properties

View file

@ -4,3 +4,8 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
schema/
src.includes = src/,\
schema/,\
plugin.xml,\
build.properties,\
META-INF/

View file

@ -3,3 +3,7 @@ output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.
src.includes = src/,\
plugin.xml,\
build.properties,\
META-INF/