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 2010/09/27 16:35:44 UTC

svn commit: r1001758 - /harmony/enhanced/java/branches/java6/classlib/modules/x-tools/build.xml

Author: hindessm
Date: Mon Sep 27 14:35:44 2010
New Revision: 1001758

URL: http://svn.apache.org/viewvc?rev=1001758&view=rev
Log:
Fix property name error.

Modified:
    harmony/enhanced/java/branches/java6/classlib/modules/x-tools/build.xml

Modified: harmony/enhanced/java/branches/java6/classlib/modules/x-tools/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/java6/classlib/modules/x-tools/build.xml?rev=1001758&r1=1001757&r2=1001758&view=diff
==============================================================================
--- harmony/enhanced/java/branches/java6/classlib/modules/x-tools/build.xml (original)
+++ harmony/enhanced/java/branches/java6/classlib/modules/x-tools/build.xml Mon Sep 27 14:35:44 2010
@@ -31,7 +31,7 @@
     <target name="-build-no-check" depends="-build-jar,-test-jar" />
 
     <target name="check-depends" unless="skip.java.build">
-        <check-one-file src="${ecj.jar.url}" dest="${ecj.jar}" />
+        <check-one-file src="${ecj.url}" dest="${ecj.jar}" />
         <copy file="${ecj.jar}" todir="${hy.jdk}/lib" />
     </target>