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:
parent
6c3addbb62
commit
b6d3835b3b
4 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -3,3 +3,7 @@ output.. = bin/
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
src.includes = src/,\
|
||||
plugin.xml,\
|
||||
META-INF/,\
|
||||
build.properties
|
||||
|
|
|
@ -4,3 +4,8 @@ bin.includes = META-INF/,\
|
|||
.,\
|
||||
plugin.xml,\
|
||||
schema/
|
||||
src.includes = src/,\
|
||||
schema/,\
|
||||
plugin.xml,\
|
||||
build.properties,\
|
||||
META-INF/
|
||||
|
|
|
@ -3,3 +3,7 @@ output.. = bin/
|
|||
bin.includes = plugin.xml,\
|
||||
META-INF/,\
|
||||
.
|
||||
src.includes = src/,\
|
||||
plugin.xml,\
|
||||
build.properties,\
|
||||
META-INF/
|
||||
|
|
Loading…
Add table
Reference in a new issue