mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
- added source build properties
This commit is contained in:
parent
6c3addbb62
commit
b6d3835b3b
4 changed files with 18 additions and 0 deletions
|
@ -2,3 +2,8 @@ bin.includes = feature.xml,\
|
||||||
license.html,\
|
license.html,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
epl-v10.html
|
epl-v10.html
|
||||||
|
src.includes = license.html,\
|
||||||
|
feature.xml,\
|
||||||
|
feature.properties,\
|
||||||
|
epl-v10.html,\
|
||||||
|
build.properties
|
||||||
|
|
|
@ -3,3 +3,7 @@ output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml
|
||||||
|
src.includes = src/,\
|
||||||
|
plugin.xml,\
|
||||||
|
META-INF/,\
|
||||||
|
build.properties
|
||||||
|
|
|
@ -4,3 +4,8 @@ bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
schema/
|
schema/
|
||||||
|
src.includes = src/,\
|
||||||
|
schema/,\
|
||||||
|
plugin.xml,\
|
||||||
|
build.properties,\
|
||||||
|
META-INF/
|
||||||
|
|
|
@ -3,3 +3,7 @@ output.. = bin/
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
.
|
.
|
||||||
|
src.includes = src/,\
|
||||||
|
plugin.xml,\
|
||||||
|
build.properties,\
|
||||||
|
META-INF/
|
||||||
|
|
Loading…
Add table
Reference in a new issue