From: Scott M S. <st...@us...> - 2005-02-15 16:00:54
|
User: starksm Date: 05/02/15 08:00:48 Modified: . Tag: Branch_4_0_1_SP1 build.xml Log: Remove the comments around the tests-jacc-security stop call Revision Changes Path No revision No revision 1.406.2.32.2.2 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.32.2.1 retrieving revision 1.406.2.32.2.2 diff -u -r1.406.2.32.2.1 -r1.406.2.32.2.2 --- build.xml 15 Feb 2005 05:09:56 -0000 1.406.2.32.2.1 +++ build.xml 15 Feb 2005 16:00:44 -0000 1.406.2.32.2.2 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.32.2.1 2005/02/15 05:09:56 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406.2.32.2.2 2005/02/15 16:00:44 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -1404,7 +1404,7 @@ </batchtest> </junit> - <!--stop-jboss/--> + <stop-jboss/> </target> <target name="tests-standalone-aop-unit" depends="maybejars"> |