Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.core/build.properties6
-rw-r--r--bundles/org.eclipse.team.cvs.core/build.properties6
-rw-r--r--bundles/org.eclipse.team.cvs.ssh/build.properties6
3 files changed, 9 insertions, 9 deletions
diff --git a/bundles/org.eclipse.team.core/build.properties b/bundles/org.eclipse.team.core/build.properties
index 848fe033e..d97adb819 100644
--- a/bundles/org.eclipse.team.core/build.properties
+++ b/bundles/org.eclipse.team.core/build.properties
@@ -1,3 +1,3 @@
-# Eclipse build contribution
-bin.includes = about.html,plugin.xml,plugin.properties,*.jar
-source.team.jar=src/
+# Eclipse build contribution
+bin.includes = about.html,plugin.xml.off,plugin.properties,*.jar
+source.team.jar=src/
diff --git a/bundles/org.eclipse.team.cvs.core/build.properties b/bundles/org.eclipse.team.cvs.core/build.properties
index 26098b4f3..268195167 100644
--- a/bundles/org.eclipse.team.cvs.core/build.properties
+++ b/bundles/org.eclipse.team.cvs.core/build.properties
@@ -1,3 +1,3 @@
-# Eclipse build contribution
-bin.includes=about.html,plugin.xml,plugin.properties,*.jar
-source.cvs.jar=src/
+# Eclipse build contribution
+bin.includes=about.html,plugin.xml.off,plugin.properties,*.jar
+source.cvs.jar=src/
diff --git a/bundles/org.eclipse.team.cvs.ssh/build.properties b/bundles/org.eclipse.team.cvs.ssh/build.properties
index 71f31499b..67f32a9d7 100644
--- a/bundles/org.eclipse.team.cvs.ssh/build.properties
+++ b/bundles/org.eclipse.team.cvs.ssh/build.properties
@@ -1,3 +1,3 @@
-# Eclipse build contribution
-source.teamcvsssh.jar=src/
-bin.includes=about.html,plugin.xml,plugin.properties,*.jar \ No newline at end of file
+# Eclipse build contribution
+source.teamcvsssh.jar=src/
+bin.includes=about.html,plugin.xml.off,plugin.properties,*.jar \ No newline at end of file

Back to the top