1
0
Fork 0
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:
Anton Leherbauer 2009-02-26 13:26:36 +00:00
parent eeb929745b
commit 54d20ce0fc
7 changed files with 15 additions and 13 deletions

View file

@ -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.*,\

View file

@ -16,3 +16,4 @@ bin.includes = META-INF/,\
about.html,\
icons/,\
plugin.properties
src.includes = about.html

View file

@ -14,4 +14,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html,\
plugin.properties
plugin.properties,\
.options
src.includes = about.html

View file

@ -15,5 +15,6 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
about.html,\
icons/
src.includes = src/
icons/,\
.options
src.includes = about.html

View file

@ -14,4 +14,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
about.html
about.html,\
.options
src.includes = about.html

View file

@ -16,7 +16,4 @@ bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/
src.includes = src/,\
about.html,\
icons/,\
plugin.xml
src.includes = about.html

View file

@ -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