You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/06/16 04:22:34 UTC

svn commit: r414722 - /incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/icu4c.xml

Author: geirm
Date: Thu Jun 15 19:22:34 2006
New Revision: 414722

URL: http://svn.apache.org/viewvc?rev=414722&view=rev
Log:
point to the external project


Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/icu4c.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/icu4c.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/icu4c.xml?rev=414722&r1=414721&r2=414722&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/icu4c.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/icu4c.xml Thu Jun 15 19:22:34 2006
@@ -33,7 +33,7 @@
         <property name="jardir" value="${build.dir}/_jar"/>
 
         <property name="from.dir"
-                      location="${build.CLASSLIB.home}/depends/oss" />
+                      location="${external.dep.CLASSLIB}/depends/oss" />
 
         <dependset>
             <srcfileset dir="${from.dir}" includes="icu4c-3.4-harmony.zip" />
@@ -47,17 +47,17 @@
 
                 <unzip src="${from.dir}/icu4c-3.4-harmony.zip" dest="${build.dir}/unicode" />
 
-                <copy file="${build.CLASSLIB.home}/modules/text/depends/icu4j/icu4j-3.4.jar"
+                <copy file="${external.dep.CLASSLIB}/modules/text/depends/icu4j/icu4j-3.4.jar"
                       todir="${jardir}" />
 
-                <copy file="${build.CLASSLIB.home}/depends/jars/icu4jni-3.4.jar"
+                <copy file="${external.dep.CLASSLIB}/depends/jars/icu4jni-3.4.jar"
                       todir="${jardir}" />
             </then>
         </if>
 
         <select os="win">
             <copy todir="${libdir}">
-                <fileset dir="${build.CLASSLIB.home}/depends/libs/win.IA32" includes="icu*,ICU*"/>
+                <fileset dir="${external.dep.CLASSLIB}/depends/libs/win.IA32" includes="icu*,ICU*"/>
             </copy>
 
             <move todir="${build.dir}/_bin">
@@ -69,7 +69,7 @@
 
         <select os="lnx">
             <copy todir="${libdir}">
-                <fileset dir="${build.CLASSLIB.home}/depends/libs/linux.IA32" includes="libicu*,libICU*"/>
+                <fileset dir="${external.dep.CLASSLIB}/depends/libs/linux.IA32" includes="libicu*,libICU*"/>
             </copy>
 
             <move todir="${build.dir}/_bin">