Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-03-05 17:20:06 +0000
committerjames2002-03-05 17:20:06 +0000
commitaefc144e887deb076015793dc9e981e83c8bb1e1 (patch)
tree8d2c89de1656df48f6fa12ce3f862b082210aa55
parent4602d5fd66908de6ad37141fd6e0a71c39b74dff (diff)
downloadeclipse.platform.team-aefc144e887deb076015793dc9e981e83c8bb1e1.tar.gz
eclipse.platform.team-aefc144e887deb076015793dc9e981e83c8bb1e1.tar.xz
eclipse.platform.team-aefc144e887deb076015793dc9e981e83c8bb1e1.zip
Fix build.properties to include plugin.xml instead of plugin.xml.off
-rw-r--r--bundles/org.eclipse.team.core/build.properties2
-rw-r--r--bundles/org.eclipse.team.cvs.core/build.properties2
-rw-r--r--bundles/org.eclipse.team.cvs.ssh/build.properties2
-rw-r--r--bundles/org.eclipse.team.cvs.ui/build.properties2
-rw-r--r--bundles/org.eclipse.team.ui/build.properties2
5 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.team.core/build.properties b/bundles/org.eclipse.team.core/build.properties
index d97adb819..038bbbca4 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.off,plugin.properties,*.jar
+bin.includes = about.html,plugin.xml,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 268195167..558c6ddd8 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.off,plugin.properties,*.jar
+bin.includes=about.html,plugin.xml,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 67f32a9d7..c719bff87 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.off,plugin.properties,*.jar \ No newline at end of file
+bin.includes=about.html,plugin.xml,plugin.properties,*.jar \ No newline at end of file
diff --git a/bundles/org.eclipse.team.cvs.ui/build.properties b/bundles/org.eclipse.team.cvs.ui/build.properties
index ae6d9cc0e..56fa464be 100644
--- a/bundles/org.eclipse.team.cvs.ui/build.properties
+++ b/bundles/org.eclipse.team.cvs.ui/build.properties
@@ -1,3 +1,3 @@
# Eclipse build contribution
source.teamcvsui.jar=src/
-bin.includes=about.html,icons/,plugin.xml.off,plugin.properties,*.jar \ No newline at end of file
+bin.includes=about.html,icons/,plugin.xml,plugin.properties,*.jar \ No newline at end of file
diff --git a/bundles/org.eclipse.team.ui/build.properties b/bundles/org.eclipse.team.ui/build.properties
index 6ddcef48b..2dc225a6f 100644
--- a/bundles/org.eclipse.team.ui/build.properties
+++ b/bundles/org.eclipse.team.ui/build.properties
@@ -1,3 +1,3 @@
# Eclipse build contribution
-bin.includes=about.html,icons/,plugin.xml.off,plugin.properties,*.jar
+bin.includes=about.html,icons/,plugin.xml,plugin.properties,*.jar
source.teamui.jar=src/

Back to the top