Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2003-06-27 08:20:40 +0000
committerDani Megert2003-06-27 08:20:40 +0000
commit6c4a0339773ba8c50cf319fa942e4747477a82cd (patch)
treec09f30f06c69d526e3e780bf52599b001aa3cd4b /org.eclipse.ui.editors/scripts
parente0be44face739cdf9cfa6cb3c87e39679d597e5c (diff)
downloadeclipse.platform.text-6c4a0339773ba8c50cf319fa942e4747477a82cd.tar.gz
eclipse.platform.text-6c4a0339773ba8c50cf319fa942e4747477a82cd.tar.xz
eclipse.platform.text-6c4a0339773ba8c50cf319fa942e4747477a82cd.zip
Increased version to 3.0
Diffstat (limited to 'org.eclipse.ui.editors/scripts')
-rw-r--r--org.eclipse.ui.editors/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/scripts/exportplugin.xml b/org.eclipse.ui.editors/scripts/exportplugin.xml
index 6106df01a88..bebf4aade2b 100644
--- a/org.eclipse.ui.editors/scripts/exportplugin.xml
+++ b/org.eclipse.ui.editors/scripts/exportplugin.xml
@@ -3,7 +3,7 @@
<tstamp/>
<property name="destdir" value="../../plugin-export" />
<property name="plugin" value="org.eclipse.ui.editors" />
- <property name="version" value="_2.1.0" />
+ <property name="version" value="_3.0.0" />
<property name="dest" value="${destdir}/${plugin}${version}" />
</target>

Back to the top