Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-04-28 20:37:42 +0000
committerDarin Swanson2003-04-28 20:37:42 +0000
commitfef0514a620261a887f98d1244a517cbd4fee8d2 (patch)
tree21ff78493cb7d3fba6d2a4de3ccef0b5c8a5d58c /org.eclipse.ui.externaltools/build.properties
parent27a92397ead817c5fdb1054b855f4c39f77fdf8e (diff)
downloadeclipse.platform.debug-fef0514a620261a887f98d1244a517cbd4fee8d2.tar.gz
eclipse.platform.debug-fef0514a620261a887f98d1244a517cbd4fee8d2.tar.xz
eclipse.platform.debug-fef0514a620261a887f98d1244a517cbd4fee8d2.zip
Bug 36870 - Separate the Ant UI from the ExternalToolsUI
Diffstat (limited to 'org.eclipse.ui.externaltools/build.properties')
-rw-r--r--org.eclipse.ui.externaltools/build.properties9
1 files changed, 2 insertions, 7 deletions
diff --git a/org.eclipse.ui.externaltools/build.properties b/org.eclipse.ui.externaltools/build.properties
index a8345cf0c..6bd0c1eb9 100644
--- a/org.eclipse.ui.externaltools/build.properties
+++ b/org.eclipse.ui.externaltools/build.properties
@@ -9,11 +9,7 @@
# IBM Corporation - initial API and implementation
###############################################################################
source.externaltools.jar = External Tools Base/,\
- Program Tools Support/,\
- Ant Tools Support/,\
- Ant Editor/
-
-source.lib/antrunner.jar = Ant Runner Support/
+ Program Tools Support/
src.includes=about.html
@@ -23,7 +19,6 @@ bin.includes = icons/,\
plugin.xml,\
about.html,\
*.jar,\
- lib/*.jar
-jars.compile.order=externaltools.jar,lib/antrunner.jar
+jars.compile.order=externaltools.jar
jars.extra.classpath=../org.apache.ant/ant.jar

Back to the top