mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Updated all build.properties files
This commit is contained in:
parent
ecc3d51e5a
commit
61987571ab
7 changed files with 65 additions and 29 deletions
|
@ -1,6 +1,9 @@
|
||||||
bin.includes = fragment.xml,\
|
bin.includes = fragment.xml,\
|
||||||
os/,\
|
|
||||||
fragment.properties,\
|
fragment.properties,\
|
||||||
about.html
|
about.html,\
|
||||||
source.cdt_linux.jar = src/,\
|
os/
|
||||||
about.html
|
src.includes = fragment.xml,\
|
||||||
|
fragment.properties,\
|
||||||
|
about.html,\
|
||||||
|
os/
|
||||||
|
source.cdt_linux.jar = src/
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
bin.includes = fragment.xml,\
|
bin.includes = fragment.xml,\
|
||||||
os/,\
|
|
||||||
fragment.properties,\
|
fragment.properties,\
|
||||||
about.html
|
about.html,\
|
||||||
source.cdt_qnx.jar = src/,\
|
os/
|
||||||
about.html
|
src.includes = fragment.xml,\
|
||||||
|
fragment.properties,\
|
||||||
|
about.html,\
|
||||||
|
os/
|
||||||
|
source.cdt_qnx.jar = src/
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
bin.includes = fragment.xml,\
|
bin.includes = fragment.xml,\
|
||||||
os/,\
|
|
||||||
fragment.properties,\
|
fragment.properties,\
|
||||||
about.html
|
about.html,\
|
||||||
source.cdt_solaris.jar = src/,\
|
os/
|
||||||
about.html
|
bin.includes = fragment.xml,\
|
||||||
|
fragment.properties,\
|
||||||
|
about.html,\
|
||||||
|
os/
|
||||||
|
source.cdt_solaris.jar = src/
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
bin.includes = fragment.xml,\
|
bin.includes = fragment.xml,\
|
||||||
os/,\
|
|
||||||
fragment.properties,\
|
fragment.properties,\
|
||||||
about.html
|
about.html,\
|
||||||
source.cdt_win32.jar = src/,\
|
os/
|
||||||
about.html
|
src.includes = fragment.xml,\
|
||||||
|
fragment.properties,\
|
||||||
|
about.html,\
|
||||||
|
os/
|
||||||
|
source.cdt_win32.jar = src/
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = about.html,\
|
||||||
|
plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/,\
|
icons/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
source.cdtui.jar = src/,\
|
source.cdtui.jar = src/,\
|
||||||
utils.ui/
|
utils.ui/
|
||||||
src.includes = about.html
|
src.includes = about.html,\
|
||||||
|
plugin.xml,\
|
||||||
|
about.html,\
|
||||||
|
icons/,\
|
||||||
|
plugin.properties
|
||||||
|
javadoc.packages = org.eclipse.cdt.ui.*,\
|
||||||
|
org.eclipse.cdt.ui.wizards.*,\
|
||||||
|
org.eclipse.cdt.ui.wizards.conversion.*
|
||||||
|
|
|
@ -3,3 +3,8 @@ bin.includes = cpl-v10.html,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
eclipse_update_120.jpg,\
|
eclipse_update_120.jpg,\
|
||||||
license.html
|
license.html
|
||||||
|
src.includes = cpl-v10.html,\
|
||||||
|
feature.xml,\
|
||||||
|
feature.properties,\
|
||||||
|
eclipse_update_120.jpg,\
|
||||||
|
license.html
|
||||||
|
|
|
@ -1,14 +1,25 @@
|
||||||
bin.includes=\
|
bin.includes = about.html,\
|
||||||
about.html,\
|
about.ini,\
|
||||||
about.ini,\
|
about.mappings,\
|
||||||
about.mappings,\
|
about.properties,\
|
||||||
about.properties,\
|
eclipse32.gif,\
|
||||||
eclipse32.gif,\
|
plugin.properties,\
|
||||||
plugin.properties,\
|
plugin.xml,\
|
||||||
plugin.xml,\
|
welcome.xml
|
||||||
welcome.xml
|
|
||||||
|
|
||||||
# note: the following files are intentionally not listed in bin.includes
|
# note: the following files are intentionally not listed in bin.includes
|
||||||
# cpl-v10.html
|
# cpl-v10.html
|
||||||
# notice.html
|
# notice.html
|
||||||
# these files need to end up as root files in <install>/eclipse/ for a jdt runtime platform build
|
# these files need to end up as root files in <install>/eclipse/ for a jdt runtime platform build
|
||||||
|
|
||||||
|
src.includes = about.html,\
|
||||||
|
about.ini,\
|
||||||
|
about.mappings,\
|
||||||
|
about.properties,\
|
||||||
|
eclipse32.gif,\
|
||||||
|
plugin.properties,\
|
||||||
|
plugin.xml,\
|
||||||
|
welcome.xml,\
|
||||||
|
cpl-v10.html,\
|
||||||
|
notice.html
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue