You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2010/12/13 16:16:29 UTC

svn commit: r1045165 - /harmony/enhanced/java/trunk/common_resources/make/properties.xml

Author: tellison
Date: Mon Dec 13 15:16:27 2010
New Revision: 1045165

URL: http://svn.apache.org/viewvc?rev=1045165&view=rev
Log:
Fix help text.  Dependencies now downloaded straight to target.

Modified:
    harmony/enhanced/java/trunk/common_resources/make/properties.xml

Modified: harmony/enhanced/java/trunk/common_resources/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/common_resources/make/properties.xml?rev=1045165&r1=1045164&r2=1045165&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/common_resources/make/properties.xml (original)
+++ harmony/enhanced/java/trunk/common_resources/make/properties.xml Mon Dec 13 15:16:27 2010
@@ -484,7 +484,7 @@ HY_LINKLIB_SUFFIX=${linklib.suffix}
                     </and>
                 </condition>
 The Eclipse compiler class for Ant could not be found. Please place the ECJ JAR in ANT_HOME/lib.
-The JAR can be downloaded directly from eclipse.org or copied from common_resources/depends/jars/ecj_3.x folder after the fetch-depends target for jdktools has been run.
+The JAR can be downloaded directly from eclipse.org or copied from target/depends/jars/ecj_3.x folder after the fetch-depends target for jdktools has been run.
 Alternatively, you can switch to another compiler, e.g. specify '-Dhy.javac.compiler=modern' for classic javac.                
             </fail>
         </sequential>