Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv11432
Modified Files:
build.xml
Log Message:
"run-test" target is now "test"
Index: build.xml
===================================================================
RCS file: /cvsroot/proxool/proxool/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** build.xml 14 Nov 2002 16:20:19 -0000 1.14
--- build.xml 3 Dec 2002 16:10:26 -0000 1.15
***************
*** 33,37 ****
<!-- Current version -->
! <property name="version" value="0.5-b1"/>
<!-- Log4J configuration to use for testing. See proxool-ant.properties
--- 33,37 ----
<!-- Current version -->
! <property name="version" value="0.5"/>
<!-- Log4J configuration to use for testing. See proxool-ant.properties
***************
*** 242,246 ****
<target
name="build-test"
- description="Builds the source for running the tests"
depends="init"
>
--- 242,245 ----
***************
*** 252,256 ****
<target
! name="run-test"
description="Runs the JUnit tests"
depends="init,build-test"
--- 251,255 ----
<target
! name="test"
description="Runs the JUnit tests"
depends="init,build-test"
|