You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/08/24 12:22:12 UTC

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

Author: smishura
Date: Fri Aug 24 03:22:11 2007
New Revision: 569330

URL: http://svn.apache.org/viewvc?rev=569330&view=rev
Log:
Fix commit r569301 (bring derby into harmony test framework)

derby.jar download should be in common part (not only for windows)

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=569330&r1=569329&r2=569330&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ harmony/enhanced/classlib/trunk/make/depends.xml Fri Aug 24 03:22:11 2007
@@ -344,6 +344,11 @@
     <download-one-file src="${dejavu-fonts.url}" dest="${dejavu-fonts.zip}"
                            md5="${dejavu-fonts.md5}" />
     <unzip src="${dejavu-fonts.zip}" dest="${dejavu-fonts.dir}" />
+
+    <mkdir dir="${derby.dir}" />
+    <download-one-file src="${derby.url}"
+                       dest="${derby.jar}"
+                       md5="${derby.md5}" />
     </target>
 
     <target name="-download-win" if="is.windows" depends="-select-win-deps-x86_64,-select-win-deps-x86">
@@ -360,12 +365,6 @@
     <download-one-file src="${awtdeps.url}"
                        dest="${awtdeps.tar}"
                        md5="${awtdeps.md5}" />
-
-    <mkdir dir="${derby.dir}" />
-    <download-one-file src="${derby.url}"
-                       dest="${derby.jar}"
-                       md5="${derby.md5}" />
-
     </target>
 
     <macrodef name="download-one-file">