1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

.options included in binary build.

This commit is contained in:
Norbert Pltt 2006-02-10 15:54:48 +00:00
parent 711acc8651
commit 2f2ef46adc
3 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,8 @@ bin.includes = plugin.xml,\
about.html,\
template/,\
.,\
META-INF/
META-INF/,\
.options
src.includes = schema/,\
doc/,\
.options

View file

@ -15,7 +15,8 @@ bin.includes = about.html,\
plugin.properties,\
templates/,\
.,\
META-INF/
META-INF/,\
.options
src.includes = about.html,\
schema/
javadoc.packages = org.eclipse.cdt.ui.*,\

View file

@ -13,7 +13,8 @@ bin.includes = plugin.xml,\
plugin.properties,\
about.html,\
.,\
META-INF/
META-INF/,\
.options
src.includes = .options
javadoc.packages = org.eclipse.cdt.debug.mi.core.*,\
org.eclipse.cdt.debug.mi.core.cdi.*,\