mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +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,15 +1,16 @@
|
|||
bin.includes = about.html,\
|
||||
plugin.xml,\
|
||||
plugin.xml,\
|
||||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties
|
||||
source.cdtui.jar = src/,\
|
||||
utils.ui/
|
||||
utils.ui/,\
|
||||
build/
|
||||
src.includes = about.html,\
|
||||
plugin.xml,\
|
||||
plugin.xml,\
|
||||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties
|
||||
javadoc.packages = org.eclipse.cdt.ui.*,\
|
||||
org.eclipse.cdt.ui.wizards.*,\
|
||||
org.eclipse.cdt.ui.wizards.conversion.*
|
||||
org.eclipse.cdt.ui.wizards.conversion.*
|
||||
|
|
Loading…
Add table
Reference in a new issue