Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/scripts')
-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