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 2008/01/07 16:52:00 UTC

svn commit: r609643 - /harmony/enhanced/classlib/trunk/make/depends.xml

Author: hindessm
Date: Mon Jan  7 07:51:57 2008
New Revision: 609643

URL: http://svn.apache.org/viewvc?rev=609643&view=rev
Log:
Minor fix to uptodate checking to avoid unziping zips every time.

Modified:
    harmony/enhanced/classlib/trunk/make/depends.xml

Modified: harmony/enhanced/classlib/trunk/make/depends.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.xml?rev=609643&r1=609642&r2=609643&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ harmony/enhanced/classlib/trunk/make/depends.xml Mon Jan  7 07:51:57 2008
@@ -129,6 +129,7 @@
 
     <target name="-extract-dejavu-fonts" unless="dejavu-fonts.uptodate">
         <unzip src="${dejavu-fonts.zip}" dest="${dejavu-fonts.dir}" />
+        <touch file="${dejavu-fonts.fonts.dir}/DejaVuSerif.ttf" />
     </target>
 
     <target name="-extract-mx4j" unless="mx4j.uptodate">
@@ -153,6 +154,7 @@
             </fileset>
         </copy>
         <delete dir="${mx4j.dir}.tmp" />
+	<touch file="${mx4j.jar}" />
     </target>
 
     <target name="-extract-xerces" unless="xerces.uptodate">
@@ -165,6 +167,7 @@
             </fileset>
         </copy>
         <delete dir="${xerces.dir}.tmp" />
+	<touch file="${xerces.dir}/xercesImpl.jar" />
     </target>
 
     <target name="-extract-idea-from-bcprov" unless="bcprov.uptodate">