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/,\
|
||||
.options
|
||||
src.includes = schema/,\
|
||||
.options
|
||||
about.html
|
||||
javadoc.packages = org.eclipse.cdt.core.*,\
|
||||
org.eclipse.cdt.core.index.*,\
|
||||
org.eclipse.cdt.core.model.*,\
|
||||
|
|
|
@ -16,3 +16,4 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties
|
||||
src.includes = about.html
|
||||
|
|
|
@ -14,4 +14,6 @@ bin.includes = META-INF/,\
|
|||
.,\
|
||||
plugin.xml,\
|
||||
about.html,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
.options
|
||||
src.includes = about.html
|
||||
|
|
|
@ -15,5 +15,6 @@ bin.includes = META-INF/,\
|
|||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
about.html,\
|
||||
icons/
|
||||
src.includes = src/
|
||||
icons/,\
|
||||
.options
|
||||
src.includes = about.html
|
||||
|
|
|
@ -14,4 +14,6 @@ bin.includes = META-INF/,\
|
|||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
about.html
|
||||
about.html,\
|
||||
.options
|
||||
src.includes = about.html
|
||||
|
|
|
@ -16,7 +16,4 @@ bin.includes = plugin.xml,\
|
|||
META-INF/,\
|
||||
.,\
|
||||
icons/
|
||||
src.includes = src/,\
|
||||
about.html,\
|
||||
icons/,\
|
||||
plugin.xml
|
||||
src.includes = about.html
|
||||
|
|
|
@ -18,7 +18,6 @@ bin.includes = plugin.xml,\
|
|||
about.html,\
|
||||
.,\
|
||||
readme.html,\
|
||||
samples/
|
||||
src.includes = about.html,\
|
||||
src/,\
|
||||
pdavm/src/
|
||||
samples/,\
|
||||
.options
|
||||
src.includes = about.html
|
||||
|
|
Loading…
Add table
Reference in a new issue