Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-06-05 20:50:40 +0000
committerDarin Swanson2002-06-05 20:50:40 +0000
commitf0d736f60a5b68ab4408fb9c2769efa7624ae505 (patch)
tree5889c596c34eb253a1ff9ad54ab4ed61af844cc9 /org.eclipse.debug.ui/scripts
parentc1b51a3b65e1bb4692bf098b6ba3790302497d93 (diff)
downloadeclipse.platform.debug-f0d736f60a5b68ab4408fb9c2769efa7624ae505.tar.gz
eclipse.platform.debug-f0d736f60a5b68ab4408fb9c2769efa7624ae505.tar.xz
eclipse.platform.debug-f0d736f60a5b68ab4408fb9c2769efa7624ae505.zip
updating scripts to export with _2.0.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 93dfdaa65..f25747b98 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" />
+ <property name="dest" value="${destdir}/org.eclipse.debug.ui_2.0.0" />
</target>
<!-- Create the jar of .class files, and copy other important files to export dir -->

Back to the top