Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-06-22 07:59:12 +0000
committerDani Megert2006-06-22 07:59:12 +0000
commitf4aa5fc0187770e6ce4b04285099df1614c536a7 (patch)
tree1671fd9b49abaee6018d3addb2db38dce94baf69 /org.eclipse.ui.workbench.texteditor/scripts
parentcfad24d60b6a60fe35fdbf9bcf1f26dc349a4b44 (diff)
downloadeclipse.platform.text-f4aa5fc0187770e6ce4b04285099df1614c536a7.tar.gz
eclipse.platform.text-f4aa5fc0187770e6ce4b04285099df1614c536a7.tar.xz
eclipse.platform.text-f4aa5fc0187770e6ce4b04285099df1614c536a7.zip
Increased version number.
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/scripts')
-rw-r--r--org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml b/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml
index 2eb016377a9..acc2274b115 100644
--- a/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml
@@ -4,7 +4,7 @@
<property name="destdir" value="../../plugin-export" />
<property name="plugin" value="org.eclipse.ui.workbench.texteditor" />
<property name="qualifier" value="zzz${DSTAMP}-${TSTAMP}" />
- <property name="plugin_version" value="_3.2.0.${qualifier}" />
+ <property name="plugin_version" value="_3.2.100.${qualifier}" />
<property name="dest" value="${destdir}/${plugin}${plugin_version}" />
<property name="destjar" value="${destdir}/${plugin}${plugin_version}.jar" />
</target>

Back to the top