Skip to content

Commit 5bbfbea

Browse files
committed
Added the "description" attribute to the "test" target which allows the target to show up in when the ant -projecthelp option is used.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130129 13f79535-47bb-0310-9956-ffa450edef68
1 parent 922dd0f commit 5bbfbea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!--
55
"Codec" component of the Jakarta Commons Subproject
6-
$Id: build.xml,v 1.2 2003/04/29 22:17:49 tobrien Exp $
6+
$Id: build.xml,v 1.3 2003/04/30 13:35:14 ggregory Exp $
77
-->
88

99

@@ -156,7 +156,7 @@
156156

157157

158158
<!-- Run all the JUnit Tests -->
159-
<target name="test" depends="compile.tests">
159+
<target name="test" depends="compile.tests" description="Compiles and runs unit test cases">
160160
<record name="${build.home}/test-output.txt"
161161
append="no"
162162
action="start"/>

0 commit comments

Comments
 (0)