diff options
author | Dani Megert | 2006-01-24 10:29:21 +0000 |
---|---|---|
committer | Dani Megert | 2006-01-24 10:29:21 +0000 |
commit | 9e0a0e4bf90c5b897ff8ec6f3cdcd98287308bc7 (patch) | |
tree | 74479a6ba0ba1146a3fa9447ce98ee3a06da84aa /org.eclipse.text/scripts/exportplugin.xml | |
parent | ecd8bd57e20521183406e6da92880619e69ed3f0 (diff) | |
download | eclipse.platform.text-9e0a0e4bf90c5b897ff8ec6f3cdcd98287308bc7.tar.gz eclipse.platform.text-9e0a0e4bf90c5b897ff8ec6f3cdcd98287308bc7.tar.xz eclipse.platform.text-9e0a0e4bf90c5b897ff8ec6f3cdcd98287308bc7.zip |
First cut of fix for bug 89599: [api][typing] Text Editor Undo stack (context) should be keyed of common document
Diffstat (limited to 'org.eclipse.text/scripts/exportplugin.xml')
-rw-r--r-- | org.eclipse.text/scripts/exportplugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/scripts/exportplugin.xml b/org.eclipse.text/scripts/exportplugin.xml index b4946ca59..a732fa458 100644 --- a/org.eclipse.text/scripts/exportplugin.xml +++ b/org.eclipse.text/scripts/exportplugin.xml @@ -4,7 +4,7 @@ <property name="destdir" value="../../plugin-export" /> <property name="plugin" value="org.eclipse.text" /> <property name="qualifier" value="zzz${DSTAMP}-${TSTAMP}" /> - <property name="plugin_version" value="_3.1.100.${qualifier}" /> + <property name="plugin_version" value="_3.2.0.${qualifier}" /> <property name="dest" value="${destdir}/${plugin}${plugin_version}" /> <property name="destjar" value="${destdir}/${plugin}${plugin_version}.jar" /> </target> |