]> granicus.if.org Git - icu/commitdiff
ICU-10284 Fixed to use correct path for cldr tools, "${env.CLDR_DIR}/tools/java"
authorPeter Edberg <pedberg@unicode.org>
Sat, 17 Aug 2013 04:34:27 +0000 (04:34 +0000)
committerPeter Edberg <pedberg@unicode.org>
Sat, 17 Aug 2013 04:34:27 +0000 (04:34 +0000)
X-SVN-Rev: 34060

icu4c/source/data/build.xml

index e2e9ef78921facd36c41750c43e7ec5dcf999e76..780996d948cee61715065cfee1d45aa2c7f32bab 100644 (file)
@@ -26,7 +26,7 @@
         <fail unless="is.cldr.dir.set" message="Please set the CLDR_DIR environment variable to the top level ICU source dir (containing 'common')."/>
 
         <available property="cldrtools.dir" value="${env.CLDR_DIR}/cldr-tools" file="${env.CLDR_DIR}/cldr-tools" type="dir"/>
-        <available property="cldrtools.dir" value="${env.CLDR_DIR}/java/tools" file="${env.CLDR_DIR}/java/tools" type="dir"/>
+        <available property="cldrtools.dir" value="${env.CLDR_DIR}/tools/java" file="${env.CLDR_DIR}/tools/java" type="dir"/>
         <fail unless="cldrtools.dir" message="Please make sure that the CLDR tools directory is checked out into CLDR_DIR"/>
 
         <available property="env.CLDR_CLASSES" value="${cldrtools.dir}/classes" file="${cldrtools.dir}/classes" type="dir"/>