aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authoraclement <aclement>2005-05-03 15:28:02 +0000
committeraclement <aclement>2005-05-03 15:28:02 +0000
commit14bbd84bb1ad3995c1d0911f9674a16ea21dc9de (patch)
tree7e3c2470d084c9dbea8767d9934b0b429028e764 /build/build.xml
parent9e2ef17dadcfb72eb462e59d996282e0ff0da76b (diff)
downloadaspectj-14bbd84bb1ad3995c1d0911f9674a16ea21dc9de.tar.gz
aspectj-14bbd84bb1ad3995c1d0911f9674a16ea21dc9de.zip
temporarily removing the eclipse.plugins target - we never use the output!
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index f87e5660f..7590233d9 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -19,7 +19,7 @@
]>
<project name="build" default="all" basedir=".">
- <target name="all" depends="aspectj,eclipse.plugins"/>
+ <target name="all" depends="aspectj"/> <!-- used to also depend on "eclipse.plugins"/-->
<target name="rebuild" depends="clean,all"/>
<target name="clean" depends="clean-directories"/>