You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/06/16 16:48:36 UTC

svn commit: r785237 - /harmony/enhanced/jdktools/trunk/modules/jretools/build.xml

Author: hindessm
Date: Tue Jun 16 14:48:36 2009
New Revision: 785237

URL: http://svn.apache.org/viewvc?rev=785237&view=rev
Log:
I don't think jretools needs eclipse jdt jars.

Modified:
    harmony/enhanced/jdktools/trunk/modules/jretools/build.xml

Modified: harmony/enhanced/jdktools/trunk/modules/jretools/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jretools/build.xml?rev=785237&r1=785236&r2=785237&view=diff
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jretools/build.xml (original)
+++ harmony/enhanced/jdktools/trunk/modules/jretools/build.xml Tue Jun 16 14:48:36 2009
@@ -40,16 +40,7 @@
         </or>
     </fileset>
     
-    <target name="check-depends">
-        <check-one-file src="${jdt.url}" dest="${jdt.jdi.jar}" />
-    </target>
-    
-    <target name="fetch-depends">
-        <fetch dep="jdt"/>
-    </target>
-
-
-    <target name="build" depends="check-depends, build-java, copy-resources, build-jar" />
+    <target name="build" depends="build-java, copy-resources, build-jar" />
     <target name="build-java" depends="compile-java, copy-resources, build-jar" />
     <target name="build-native" />