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:
parent
711acc8651
commit
2f2ef46adc
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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.*,\
|
||||||
|
|
|
@ -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.*,\
|
||||||
|
|
Loading…
Add table
Reference in a new issue