Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeem2004-06-17 23:44:55 +0000
committerjeem2004-06-17 23:44:55 +0000
commit72e6c8a75e0ed3a022a715248871313f110d62b3 (patch)
tree4ce1ee1b634f5c2e5caaf587e44891f9a143f2fb /org.eclipse.ui.cheatsheets/plugin.xml
parenta40bc15a5e97c038b5605aa15058820f0bd1fade (diff)
downloadeclipse.platform.ua-72e6c8a75e0ed3a022a715248871313f110d62b3.tar.gz
eclipse.platform.ua-72e6c8a75e0ed3a022a715248871313f110d62b3.tar.xz
eclipse.platform.ua-72e6c8a75e0ed3a022a715248871313f110d62b3.zip
consistentcy: use 3.0.0 as plug-in version
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index a14660f6c..d361e8b40 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.ui.cheatsheets"
name="%PLUGIN_NAME"
- version="3.0"
+ version="3.0.0"
provider-name="%PROVIDER_NAME"
class="org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin">

Back to the top