mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Add .options file in binary build
This commit is contained in:
parent
eeb929745b
commit
54d20ce0fc
7 changed files with 15 additions and 13 deletions
|
@ -15,7 +15,7 @@ bin.includes = plugin.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
.options
|
.options
|
||||||
src.includes = schema/,\
|
src.includes = schema/,\
|
||||||
.options
|
about.html
|
||||||
javadoc.packages = org.eclipse.cdt.core.*,\
|
javadoc.packages = org.eclipse.cdt.core.*,\
|
||||||
org.eclipse.cdt.core.index.*,\
|
org.eclipse.cdt.core.index.*,\
|
||||||
org.eclipse.cdt.core.model.*,\
|
org.eclipse.cdt.core.model.*,\
|
||||||
|
|
|
@ -16,3 +16,4 @@ bin.includes = META-INF/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/,\
|
icons/,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
|
src.includes = about.html
|
||||||
|
|
|
@ -14,4 +14,6 @@ bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
plugin.properties
|
plugin.properties,\
|
||||||
|
.options
|
||||||
|
src.includes = about.html
|
||||||
|
|
|
@ -15,5 +15,6 @@ bin.includes = META-INF/,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/
|
icons/,\
|
||||||
src.includes = src/
|
.options
|
||||||
|
src.includes = about.html
|
||||||
|
|
|
@ -14,4 +14,6 @@ bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html
|
about.html,\
|
||||||
|
.options
|
||||||
|
src.includes = about.html
|
||||||
|
|
|
@ -16,7 +16,4 @@ bin.includes = plugin.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
icons/
|
icons/
|
||||||
src.includes = src/,\
|
src.includes = about.html
|
||||||
about.html,\
|
|
||||||
icons/,\
|
|
||||||
plugin.xml
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ bin.includes = plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
.,\
|
.,\
|
||||||
readme.html,\
|
readme.html,\
|
||||||
samples/
|
samples/,\
|
||||||
src.includes = about.html,\
|
.options
|
||||||
src/,\
|
src.includes = about.html
|
||||||
pdavm/src/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue