Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/scripts/exportplugin.xml')
-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 35191550c..001719eb7 100644
--- a/org.eclipse.debug.ui/scripts/exportplugin.xml
+++ b/org.eclipse.debug.ui/scripts/exportplugin.xml
@@ -21,7 +21,7 @@
/>
<!-- Create the source zip -->
<zip zipfile="${dest}/dtuisrc.zip">
- <fileset dir="../Eclipse Debug UI"/>
+ <fileset dir="../ui"/>
</zip>
<copy file="../plugin.xml" todir="${dest}"/>
<copy file="../plugin.jars" todir="${dest}"/>

Back to the top