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:
parent
711acc8651
commit
2f2ef46adc
3 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,8 @@ bin.includes = plugin.xml,\
|
|||
about.html,\
|
||||
template/,\
|
||||
.,\
|
||||
META-INF/
|
||||
META-INF/,\
|
||||
.options
|
||||
src.includes = schema/,\
|
||||
doc/,\
|
||||
.options
|
||||
|
|
|
@ -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.*,\
|
||||
|
|
|
@ -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.*,\
|
||||
|
|
Loading…
Add table
Reference in a new issue