Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2002-12-03 19:19:09 +0000
committerJared Burns2002-12-03 19:19:09 +0000
commit3f45d251fac0959c237cfff0f5487248640074e8 (patch)
tree5bedc8212c86a2ba73cca6fe8a34d406f828fb2d /org.eclipse.debug.ui/scripts
parent406ac88fd71844e3a81fd68b3e58c7bd6baea942 (diff)
downloadeclipse.platform.debug-3f45d251fac0959c237cfff0f5487248640074e8.tar.gz
eclipse.platform.debug-3f45d251fac0959c237cfff0f5487248640074e8.tar.xz
eclipse.platform.debug-3f45d251fac0959c237cfff0f5487248640074e8.zip
Bug 27607 - Better Ant project names
Diffstat (limited to 'org.eclipse.debug.ui/scripts')
-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 295429e34..d3141dcad 100644
--- a/org.eclipse.debug.ui/scripts/exportplugin.xml
+++ b/org.eclipse.debug.ui/scripts/exportplugin.xml
@@ -1,7 +1,7 @@
<!-- Export a jar of .class files for the org.eclipse.debug.ui Eclipse plugin
along with other important plugin files to the "plugin-export" subdirectory
of the target Eclipse installation -->
-<project name="org.eclipse.debug.ui" default="export" basedir="..">
+<project name="Export debug.ui" default="export" basedir="..">
<!-- Set the timestamp and important properties -->
<target name="init">

Back to the top