mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +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,\
|
||||
os/,\
|
||||
fragment.properties,\
|
||||
about.html
|
||||
source.cdt_linux.jar = src/,\
|
||||
about.html
|
||||
about.html,\
|
||||
os/
|
||||
src.includes = fragment.xml,\
|
||||
fragment.properties,\
|
||||
about.html,\
|
||||
os/
|
||||
source.cdt_linux.jar = src/
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
bin.includes = fragment.xml,\
|
||||
os/,\
|
||||
fragment.properties,\
|
||||
about.html
|
||||
source.cdt_qnx.jar = src/,\
|
||||
about.html
|
||||
about.html,\
|
||||
os/
|
||||
src.includes = fragment.xml,\
|
||||
fragment.properties,\
|
||||
about.html,\
|
||||
os/
|
||||
source.cdt_qnx.jar = src/
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
bin.includes = fragment.xml,\
|
||||
os/,\
|
||||
fragment.properties,\
|
||||
about.html
|
||||
source.cdt_solaris.jar = src/,\
|
||||
about.html
|
||||
about.html,\
|
||||
os/
|
||||
bin.includes = fragment.xml,\
|
||||
fragment.properties,\
|
||||
about.html,\
|
||||
os/
|
||||
source.cdt_solaris.jar = src/
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
bin.includes = fragment.xml,\
|
||||
os/,\
|
||||
fragment.properties,\
|
||||
about.html
|
||||
source.cdt_win32.jar = src/,\
|
||||
about.html
|
||||
about.html,\
|
||||
os/
|
||||
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,\
|
||||
icons/,\
|
||||
plugin.properties
|
||||
source.cdtui.jar = src/,\
|
||||
utils.ui/
|
||||
src.includes = about.html
|
||||
utils.ui/
|
||||
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,\
|
||||
eclipse_update_120.jpg,\
|
||||
license.html
|
||||
src.includes = cpl-v10.html,\
|
||||
feature.xml,\
|
||||
feature.properties,\
|
||||
eclipse_update_120.jpg,\
|
||||
license.html
|
||||
|
|
|
@ -1,14 +1,25 @@
|
|||
bin.includes=\
|
||||
about.html,\
|
||||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
eclipse32.gif,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
welcome.xml
|
||||
|
||||
bin.includes = about.html,\
|
||||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
eclipse32.gif,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
welcome.xml
|
||||
# note: the following files are intentionally not listed in bin.includes
|
||||
# cpl-v10.html
|
||||
# notice.html
|
||||
# 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