Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/scripts')
-rw-r--r--org.eclipse.text/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/scripts/exportplugin.xml b/org.eclipse.text/scripts/exportplugin.xml
index ba29a6de216..335b97039e6 100644
--- a/org.eclipse.text/scripts/exportplugin.xml
+++ b/org.eclipse.text/scripts/exportplugin.xml
@@ -3,7 +3,7 @@
<tstamp/>
<property name="destdir" value="../../plugin-export" />
<property name="plugin" value="org.eclipse.text" />
- <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