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:
@@ -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"/>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user