]> source.dussan.org Git - aspectj.git/commitdiff
temporarily removing the eclipse.plugins target - we never use the output!
authoraclement <aclement>
Tue, 3 May 2005 15:28:02 +0000 (15:28 +0000)
committeraclement <aclement>
Tue, 3 May 2005 15:28:02 +0000 (15:28 +0000)
build/build.xml

index f87e5660fcacbfaea348d690ecb2e1c6af2b2215..7590233d910fcb3186ef1a3935a627d244e373ae 100644 (file)
@@ -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"/>