Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-03-30 23:37:53 +0000
committerDarin Wright2005-03-30 23:37:53 +0000
commit24a0a4d4005763a7ef83b7aa1ed6e01761c5aa59 (patch)
treea3a62e13fcbaabeb3cf92114f3f3eea54f2bbe4f
parent1cebeb838374509cfd25ca0d5aaa8944284dfbdf (diff)
downloadeclipse.platform.debug-24a0a4d4005763a7ef83b7aa1ed6e01761c5aa59.tar.gz
eclipse.platform.debug-24a0a4d4005763a7ef83b7aa1ed6e01761c5aa59.tar.xz
eclipse.platform.debug-24a0a4d4005763a7ef83b7aa1ed6e01761c5aa59.zip
Webmaster test - Added line in comment block
-rw-r--r--org.eclipse.ui.externaltools/buildfiles/exportplugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml b/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml
index 58fdf8194..c0b6754e0 100644
--- a/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml
+++ b/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml
@@ -1,6 +1,8 @@
<!-- Export a jar of .class files for the org.eclipse.ui.externaltools Eclipse plug-in
along with other important plugin files to the "plugin-export" subdirectory
- of the target Eclipse installation -->
+ of the target Eclipse installation
+
+ -->
<project name="Export externaltools" default="export" basedir="..">
<!-- Set the timestamp and important properties -->

Back to the top