Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 931debeec..fdebd39ae 100644
--- a/org.eclipse.debug.core/scripts/exportplugin.xml
+++ b/org.eclipse.debug.core/scripts/exportplugin.xml
@@ -1,7 +1,7 @@
<!-- Export a jar of .class files for the org.eclipse.debug.core Eclipse plugin
along with other important plugin files to the "plugin-export" subdirectory
of the target Eclipse installation -->
-<project name="org.eclipse.debug.core" default="export" basedir="..">
+<project name="Export debug.core" default="export" basedir="..">
<!-- Set the timestamp and important properties -->
<target name="init">

Back to the top