You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bd...@apache.org on 2005/07/21 19:10:26 UTC

svn commit: r220142 - in /myfaces/build/trunk: build.default.properties build.xml

Author: bdudney
Date: Thu Jul 21 10:10:20 2005
New Revision: 220142

URL: http://svn.apache.org/viewcvs?rev=220142&view=rev
Log:
finally fixed...

Modified:
    myfaces/build/trunk/build.default.properties
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.default.properties
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.default.properties?rev=220142&r1=220141&r2=220142&view=diff
==============================================================================
--- myfaces/build/trunk/build.default.properties (original)
+++ myfaces/build/trunk/build.default.properties Thu Jul 21 10:10:20 2005
@@ -22,4 +22,4 @@
 easymock.jar                = ${lib.dir}/easymock.jar
 easymock-classextension.jar = ${lib.dir}/easymock-classextension.jar
 cglib.jar                   = ${lib.dir}/cglib.jar
-asm.jar                     = ${lib.dir}/ams.jar
+asm.jar                     = ${lib.dir}/asm.jar

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=220142&r1=220141&r2=220142&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Thu Jul 21 10:10:20 2005
@@ -479,7 +479,7 @@
     <!--
     Run unit tests for all subprojects that have them
     -->
-    <target name="unit-test-all">
+    <target name="unit-test-all" depends="download-dependencies">
 
         <ant target="project">
             <property name="target" value="unit-test"/>