Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-11-09 16:42:59 +0000
committerDani Megert2005-11-09 16:42:59 +0000
commitc46798d648d997b1f0a27bdb211ac4691f9f7016 (patch)
tree4da337969bd06fd2344114799d7ca8d3c16748ba /org.eclipse.ui.examples.javaeditor
parentd14662ecd0f5d8b20c479652e815c967f22214ec (diff)
downloadeclipse.platform.text-c46798d648d997b1f0a27bdb211ac4691f9f7016.tar.gz
eclipse.platform.text-c46798d648d997b1f0a27bdb211ac4691f9f7016.tar.xz
eclipse.platform.text-c46798d648d997b1f0a27bdb211ac4691f9f7016.zip
Updated versions according to http://eclipse.org/equinox/documents/plugin-versioning.html
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor')
-rw-r--r--org.eclipse.ui.examples.javaeditor/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/plugin.xml b/org.eclipse.ui.examples.javaeditor/plugin.xml
index 40f5313bf34..d854f4922b6 100644
--- a/org.eclipse.ui.examples.javaeditor/plugin.xml
+++ b/org.eclipse.ui.examples.javaeditor/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.ui.examples.javaeditor"
name="%pluginName"
- version="3.1.0"
+ version="3.1.100.qualifier"
provider-name="%providerName"
class="org.eclipse.ui.examples.javaeditor.JavaEditorExamplePlugin">

Back to the top