Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErich Gamma2003-06-27 07:11:31 +0000
committerErich Gamma2003-06-27 07:11:31 +0000
commit62f6f9df3b03f877e118c17e97c3fa98204e88ac (patch)
tree53a5f1dd4204587307369e0f08f96d4be2371766 /examples/org.eclipse.compare.examples/plugin.xml
parent68a9d64d79cb9e33e0a7e1d7780e132b98d976c2 (diff)
downloadeclipse.platform.team-62f6f9df3b03f877e118c17e97c3fa98204e88ac.tar.gz
eclipse.platform.team-62f6f9df3b03f877e118c17e97c3fa98204e88ac.tar.xz
eclipse.platform.team-62f6f9df3b03f877e118c17e97c3fa98204e88ac.zip
updated version to 3.0.0
Diffstat (limited to 'examples/org.eclipse.compare.examples/plugin.xml')
-rw-r--r--examples/org.eclipse.compare.examples/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.compare.examples/plugin.xml b/examples/org.eclipse.compare.examples/plugin.xml
index c6f1ef661..f5a52f313 100644
--- a/examples/org.eclipse.compare.examples/plugin.xml
+++ b/examples/org.eclipse.compare.examples/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.compare.examples"
name="%pluginName"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName">
<!-- Required plugins -->

Back to the top