Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-01-30 16:30:44 +0000
committerjames2002-01-30 16:30:44 +0000
commit8f064634da5193b0d31ed4c4dfa357f5e544a1d1 (patch)
tree4d5879f4b2b89c2c16fdb9e5aaf19e004697382e
parent9b0f51b3f4bef582b145ec212a5ac7d10c4150f2 (diff)
downloadeclipse.platform.team-8f064634da5193b0d31ed4c4dfa357f5e544a1d1.tar.gz
eclipse.platform.team-8f064634da5193b0d31ed4c4dfa357f5e544a1d1.tar.xz
eclipse.platform.team-8f064634da5193b0d31ed4c4dfa357f5e544a1d1.zip
Fix build breakage
-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