Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-01-24 18:58:48 +0000
committerjames2002-01-24 18:58:48 +0000
commit352c623f28f55c7a3bff9f58e2a67b71b7baf0d3 (patch)
tree5066f785ec38fdf495e1db6233ef19e8bfe14d9d
parent7d1f3294aa0cb6f6b7bd0468b3988ea7ff7b794d (diff)
downloadeclipse.platform.team-V2_0_3_INTEGRATION_BRANCH.tar.gz
eclipse.platform.team-V2_0_3_INTEGRATION_BRANCH.tar.xz
eclipse.platform.team-V2_0_3_INTEGRATION_BRANCH.zip
Turn plugins off for integration buildsV2_0_3_AV2_0_3_INTEGRATION_BRANCH
-rw-r--r--bundles/org.eclipse.team.core/build.properties6
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml7
-rw-r--r--bundles/org.eclipse.team.cvs.core/build.properties6
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml26
-rw-r--r--bundles/org.eclipse.team.cvs.ssh/build.properties6
-rw-r--r--bundles/org.eclipse.team.cvs.ssh/plugin.xml49
6 files changed, 29 insertions, 71 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.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index 28f0df823..9016b9560 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -17,11 +17,4 @@
</library>
</runtime>
-<extension-point id="providers" name="Providers"/>
-<extension-point id="fileTypes" name="File Types Registry"/>
-
-<extension point="org.eclipse.core.resources.fileModificationValidator">
- <fileModificationValidator class="org.eclipse.team.core.internal.FileModificationValidator"/>
-</extension>
-
</plugin>
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.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index 36567a5a9..d1b30472c 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -17,30 +17,4 @@
<export name="*"/>
</library>
</runtime>
-
- <!-- *************** Extension Points **************** -->
- <extension-point name="Authenticator" id="authenticator"/>
- <extension-point name="ConnectionMethods" id="connectionmethods"/>
-
- <!-- *************** Conection Methods **************** -->
- <extension id="pserver" point="org.eclipse.team.cvs.core.connectionmethods">
- <adapter>
- <run class="org.eclipse.team.internal.ccvs.core.connection.PServerConnectionMethod">
- <parameter name="trace" value="false" />
- </run>
- </adapter>
- </extension>
-
- <!-- *************** Team Provider **************** -->
- <extension id="CVSProvider" point="org.eclipse.team.core.providers">
- <providers natureId="org.eclipse.team.cvs.core.cvsnature"/>
- </extension>
-
- <!-- *************** Project Nature **************** -->
- <extension point="org.eclipse.core.resources.natures" id="cvsnature" name="%cvsNature">
- <runtime>
- <run class="org.eclipse.team.ccvs.core.CVSTeamProvider"/>
- </runtime>
- </extension>
-
</plugin> \ No newline at end of file
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
diff --git a/bundles/org.eclipse.team.cvs.ssh/plugin.xml b/bundles/org.eclipse.team.cvs.ssh/plugin.xml
index dbc05c22e..744d76574 100644
--- a/bundles/org.eclipse.team.cvs.ssh/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ssh/plugin.xml
@@ -1,29 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<plugin
- name="%pluginName"
- id="org.eclipse.team.cvs.ssh"
- version="2.0.0"
- class="org.eclipse.team.internal.ccvs.ssh.SSHPlugin"
- provider-name="Object Technology International, Inc."
->
-
- <requires>
- <import plugin="org.eclipse.core.resources"/>
- <import plugin="org.eclipse.team.cvs.core"/>
- </requires>
-
- <runtime>
- <library name="teamcvsssh.jar">
- <export name="*"/>
- </library>
- </runtime>
-
- <extension id="ssh" point="org.eclipse.team.cvs.core.connectionmethods">
- <adapter>
- <run class="org.eclipse.team.internal.ccvs.ssh.SSHMethod">
- <parameter name="trace" value="false" />
- </run>
- </adapter>
- </extension>
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin
+ name="%pluginName"
+ id="org.eclipse.team.cvs.ssh"
+ version="2.0.0"
+ class="org.eclipse.team.internal.ccvs.ssh.SSHPlugin"
+ provider-name="Object Technology International, Inc."
+>
+
+ <requires>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.team.cvs.core"/>
+ </requires>
+
+ <runtime>
+ <library name="teamcvsssh.jar">
+ <export name="*"/>
+ </library>
+ </runtime>
+</plugin>

Back to the top