Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-09-13 14:21:38 +0000
committerMichael Valenta2002-09-13 14:21:38 +0000
commit128e4f6a966ec758c04b0c5df565b7aa0d4b49ae (patch)
treedfbd717c7a8d92aca441d180337a37a2816f7d1a /bundles
parentc9e9286799ef9e9379811e52fa57cbc307e7cfaa (diff)
downloadeclipse.platform.team-128e4f6a966ec758c04b0c5df565b7aa0d4b49ae.tar.gz
eclipse.platform.team-128e4f6a966ec758c04b0c5df565b7aa0d4b49ae.tar.xz
eclipse.platform.team-128e4f6a966ec758c04b0c5df565b7aa0d4b49ae.zip
Added .options to build.properties
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.core/build.properties2
-rw-r--r--bundles/org.eclipse.team.cvs.core/build.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/build.properties b/bundles/org.eclipse.team.core/build.properties
index e38fc784e..774815353 100644
--- a/bundles/org.eclipse.team.core/build.properties
+++ b/bundles/org.eclipse.team.core/build.properties
@@ -1,4 +1,4 @@
# Eclipse build contribution
-bin.includes = about.html,plugin.xml,plugin.properties,*.jar
+bin.includes = about.html,plugin.xml,plugin.properties,*.jar,.options
source.team.jar=src/
src.includes=about.html
diff --git a/bundles/org.eclipse.team.cvs.core/build.properties b/bundles/org.eclipse.team.cvs.core/build.properties
index 5e8a060ff..b0aded15b 100644
--- a/bundles/org.eclipse.team.cvs.core/build.properties
+++ b/bundles/org.eclipse.team.cvs.core/build.properties
@@ -1,4 +1,4 @@
# Eclipse build contribution
-bin.includes=about.html,plugin.xml,plugin.properties,*.jar
+bin.includes=about.html,plugin.xml,plugin.properties,*.jar,.options
source.cvs.jar=src/
src.includes=about.html

Back to the top