Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/exportplugin.xml')
-rw-r--r--org.eclipse.debug.core/exportplugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/exportplugin.xml b/org.eclipse.debug.core/exportplugin.xml
index fa5508934..cd37b2f29 100644
--- a/org.eclipse.debug.core/exportplugin.xml
+++ b/org.eclipse.debug.core/exportplugin.xml
@@ -19,6 +19,10 @@
jarfile="${dest}/dtcore.jar"
basedir="bin"
/>
+ <!-- Create the source zip -->
+ <zip zipfile="${dest}/dtcoresrc.zip">
+ <fileset dir="Eclipse Debug Core"/>
+ </zip>
<copy file="plugin.xml" todir="${dest}"/>
<copy file="plugin.jars" todir="${dest}"/>
<copy file=".classpath" todir="${dest}"/>

Back to the top