Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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