Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/scripts/exportplugin.xml')
-rw-r--r--bundles/org.eclipse.compare/scripts/exportplugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/scripts/exportplugin.xml b/bundles/org.eclipse.compare/scripts/exportplugin.xml
index 3c6391876..6abc6abe3 100644
--- a/bundles/org.eclipse.compare/scripts/exportplugin.xml
+++ b/bundles/org.eclipse.compare/scripts/exportplugin.xml
@@ -3,7 +3,8 @@
<tstamp/>
<property name="destdir" value="../../plugin-export" />
<property name="plugin" value="org.eclipse.compare" />
- <property name="dest" value="${destdir}/${plugin}" />
+ <property name="version" value="_2.0.0" />
+ <property name="dest" value="${destdir}/${plugin}${version}" />
</target>
<target name="build" depends="init">

Back to the top