mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
Added the build source folder to the build.properties file.
This commit is contained in:
parent
e380c8ea03
commit
04804f1cf1
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
bin.includes = about.html,\
|
bin.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/,\
|
icons/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
source.cdtui.jar = src/,\
|
source.cdtui.jar = src/,\
|
||||||
utils.ui/
|
utils.ui/,\
|
||||||
|
build/
|
||||||
src.includes = about.html,\
|
src.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/,\
|
icons/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
|
|
Loading…
Add table
Reference in a new issue