1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +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,\ about.html,\
template/,\ template/,\
.,\ .,\
META-INF/ META-INF/,\
.options
src.includes = schema/,\ src.includes = schema/,\
doc/,\ doc/,\
.options .options

View file

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

View file

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