Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-04-11 15:29:18 +0000
committerDarin Swanson2005-04-11 15:29:18 +0000
commit9ebb58675983f547a095d409c1502b999f43c6cc (patch)
tree7eab26e3964951860f8450957621bdce14c18ec3 /org.eclipse.ui.externaltools/build.properties
parent463e0b3d1e0bbe8b8eb283ab488c84afe72681e6 (diff)
downloadeclipse.platform.debug-9ebb58675983f547a095d409c1502b999f43c6cc.tar.gz
eclipse.platform.debug-9ebb58675983f547a095d409c1502b999f43c6cc.tar.xz
eclipse.platform.debug-9ebb58675983f547a095d409c1502b999f43c6cc.zip
JAR the Ant plugins
Diffstat (limited to 'org.eclipse.ui.externaltools/build.properties')
-rw-r--r--org.eclipse.ui.externaltools/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.externaltools/build.properties b/org.eclipse.ui.externaltools/build.properties
index e490d6486..36d7d5e3a 100644
--- a/org.eclipse.ui.externaltools/build.properties
+++ b/org.eclipse.ui.externaltools/build.properties
@@ -8,7 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.externaltools.jar = External Tools Base/,\
+source.. = External Tools Base/,\
Program Tools Support/
src.includes=about.html
@@ -17,6 +17,6 @@ bin.includes = icons/,\
plugin.properties,\
plugin.xml,\
about.html,\
- *.jar,\
+ .,\
META-INF/
jars.extra.classpath=../org.apache.ant/ant.jar

Back to the top