Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-10-10 10:07:52 +0000
committerDarin Wright2001-10-10 10:07:52 +0000
commit5afb7dcd67c4398e736ea3d1b0508cefaab7e610 (patch)
tree48453763a9a6bfd518770aabb3438e738c395797 /org.eclipse.debug.core/scripts/exportplugin.xml
parent1198735e25e8748019a91aad40a7293678fda3b1 (diff)
downloadeclipse.platform.debug-5afb7dcd67c4398e736ea3d1b0508cefaab7e610.tar.gz
eclipse.platform.debug-5afb7dcd67c4398e736ea3d1b0508cefaab7e610.tar.xz
eclipse.platform.debug-5afb7dcd67c4398e736ea3d1b0508cefaab7e610.zip
folder renamev204_1
Diffstat (limited to 'org.eclipse.debug.core/scripts/exportplugin.xml')
-rw-r--r--org.eclipse.debug.core/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/scripts/exportplugin.xml b/org.eclipse.debug.core/scripts/exportplugin.xml
index f61d1fd6e..d99d35548 100644
--- a/org.eclipse.debug.core/scripts/exportplugin.xml
+++ b/org.eclipse.debug.core/scripts/exportplugin.xml
@@ -21,7 +21,7 @@
/>
<!-- Create the source zip -->
<zip zipfile="${dest}/dtcoresrc.zip">
- <fileset dir="../Eclipse Debug Core"/>
+ <fileset dir="../core"/>
</zip>
<copy file="../plugin.xml" todir="${dest}"/>
<copy file="../plugin.jars" todir="${dest}"/>

Back to the top