Author: rdonkin
Date: Tue Jan 24 10:46:20 2006
New Revision: 371978

URL: http://svn.apache.org/viewcvs?rev=371978&view=rev
Log:
Default target is now 'all' and target 'all' now runs the unit tests.

Modified:
    jakarta/commons/proper/logging/trunk/build.xml

Modified: jakarta/commons/proper/logging/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=371978&r1=371977&r2=371978&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Tue Jan 24 10:46:20 2006
@@ -36,7 +36,7 @@
   - $Id$
   -->
 
-<project name="Logging" default="compile" basedir=".">
+<project name="Logging" default="all" basedir=".">
 
 
 <!-- ========== Initialize Properties ===================================== -->
@@ -528,7 +528,7 @@
   </target>
 
 
-  <target name="all" depends="clean,compile"
+  <target name="all" depends="clean,compile,test"
    description="Clean and compile all components"/>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to