Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-05-13 19:03:27 +0000
committerjames2002-05-13 19:03:27 +0000
commit7398d762eecf4f69609442b03986754796025d96 (patch)
treed48d496517a009e777284d009c28d35eb3742731
parentf87d743ed13ff68b53d31733ec5f1e0b369e3ae5 (diff)
downloadeclipse.platform.team-7398d762eecf4f69609442b03986754796025d96.tar.gz
eclipse.platform.team-7398d762eecf4f69609442b03986754796025d96.tar.xz
eclipse.platform.team-7398d762eecf4f69609442b03986754796025d96.zip
Bump plug-in version numbers to 2.0.0
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml2
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml2
-rw-r--r--bundles/org.eclipse.team.cvs.ssh/plugin.xml5
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml2
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml2
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml2
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml2
7 files changed, 8 insertions, 9 deletions
diff --git a/bundles/org.eclipse.team.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index a48037367..490b299c3 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.team.core"
name="%pluginName"
- version="1.9.0"
+ version="2.0.0"
provider-name="Object Technology International, Inc."
class="org.eclipse.team.internal.core.TeamPlugin">
<requires>
diff --git a/bundles/org.eclipse.team.cvs.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index 20ea792b2..a89ad30b0 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -2,7 +2,7 @@
<plugin
name="%pluginName"
id="org.eclipse.team.cvs.core"
- version="1.9.0"
+ version="2.0.0"
class="org.eclipse.team.internal.ccvs.core.CVSProviderPlugin"
provider-name="Object Technology International, Inc.">
diff --git a/bundles/org.eclipse.team.cvs.ssh/plugin.xml b/bundles/org.eclipse.team.cvs.ssh/plugin.xml
index b426dd5da..83911cd43 100644
--- a/bundles/org.eclipse.team.cvs.ssh/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ssh/plugin.xml
@@ -2,10 +2,9 @@
<plugin
name="%pluginName"
id="org.eclipse.team.cvs.ssh"
- version="1.9.0"
+ version="2.0.0"
class="org.eclipse.team.internal.ccvs.ssh.SSHPlugin"
- provider-name="Object Technology International, Inc."
->
+ provider-name="Object Technology International, Inc.">
<requires>
<import plugin="org.eclipse.core.resources"/>
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 3b0e6d35a..6239619d6 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.team.cvs.ui"
name="%pluginName"
- version="1.9.0"
+ version="2.0.0"
provider-name="Object Technology International, Inc."
class="org.eclipse.team.internal.ccvs.ui.CVSUIPlugin">
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index f4e5d8797..ca20356b6 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.team.ui"
name="%pluginName"
- version="1.9.0"
+ version="2.0.0"
provider-name="Object Technology International, Inc."
class="org.eclipse.team.internal.ui.TeamUIPlugin">
<requires>
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index e020295ba..2f44113c5 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.team.tests.core"
name="Eclipse Team Core Tests"
- version="1.9.0"
+ version="2.0.0"
provider-name="Object Technology International, Inc."
class="">
diff --git a/tests/org.eclipse.team.tests.cvs.core/plugin.xml b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
index 414e7b453..093c42068 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.team.tests.cvs.core"
name="Eclipse CVS Tests Core"
- version="1.9.0"
+ version="2.0.0"
provider-name="Object Technology International, Inc.">
<runtime>

Back to the top