|
From: Clebert R. S. <cl...@us...> - 2005-03-31 20:28:26
|
User: clebert Date: 05/03/31 12:28:17 Modified: . Tag: Branch_4_0 build.xml Log: placing tests-compatibility in the right place Revision Changes Path No revision No revision 1.406.2.51 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.50 retrieving revision 1.406.2.51 diff -u -r1.406.2.50 -r1.406.2.51 --- build.xml 30 Mar 2005 22:33:45 -0000 1.406.2.50 +++ build.xml 31 Mar 2005 20:27:44 -0000 1.406.2.51 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.50 2005/03/30 22:33:45 clebert Exp $ --> +<!-- $Id: build.xml,v 1.406.2.51 2005/03/31 20:27:44 clebert Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -572,8 +572,8 @@ <antcall target="test-example-binding-manager"/> <antcall target="tests-jacc-security"/> <antcall target="tests-jacc-securitymgr"/> - <antcall target="tests-report"/> <antcall target="tests-compatibility"/> + <antcall target="tests-report"/> <record name="${basedir}/build.log" action="stop"/> </target> |