Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2002-09-11 18:21:24 +0000
committerDean Roberts2002-09-11 18:21:24 +0000
commit44b89d8fbaeef99defdd27def0959991d6bf6000 (patch)
treef2bc100c319c518d137c215f149c9332c432fb9d /org.eclipse.debug.ui/scripts
parent70f103b56c946877292ac8e0bdd3f464d2a62db7 (diff)
downloadeclipse.platform.debug-44b89d8fbaeef99defdd27def0959991d6bf6000.tar.gz
eclipse.platform.debug-44b89d8fbaeef99defdd27def0959991d6bf6000.tar.xz
eclipse.platform.debug-44b89d8fbaeef99defdd27def0959991d6bf6000.zip
Change plugin and feature versions 2.1.0
Diffstat (limited to 'org.eclipse.debug.ui/scripts')
-rw-r--r--org.eclipse.debug.ui/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/scripts/exportplugin.xml b/org.eclipse.debug.ui/scripts/exportplugin.xml
index 0ef62d827..295429e34 100644
--- a/org.eclipse.debug.ui/scripts/exportplugin.xml
+++ b/org.eclipse.debug.ui/scripts/exportplugin.xml
@@ -7,7 +7,7 @@
<target name="init">
<tstamp/>
<property name="destdir" value="../../plugin-export" />
- <property name="dest" value="${destdir}/org.eclipse.debug.ui_2.0.0" />
+ <property name="dest" value="${destdir}/org.eclipse.debug.ui_2.1.0" />
</target>
<!-- Create the jar of .class files, and copy other important files to export dir -->

Back to the top