1
0

Default target is now 'all' and target 'all' now runs the unit tests.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-01-24 18:46:20 +00:00
parent 2628595a49
commit d9ec5870af

View File

@@ -36,7 +36,7 @@
- $Id$ - $Id$
--> -->
<project name="Logging" default="compile" basedir="."> <project name="Logging" default="all" basedir=".">
<!-- ========== Initialize Properties ===================================== --> <!-- ========== Initialize Properties ===================================== -->
@@ -528,7 +528,7 @@
</target> </target>
<target name="all" depends="clean,compile" <target name="all" depends="clean,compile,test"
description="Clean and compile all components"/> description="Clean and compile all components"/>