|
From: Scott M S. <st...@us...> - 2004-11-05 17:38:41
|
User: starksm Date: 04/11/05 09:38:31 Modified: . build.xml Log: Include the tests-jacc-security target in the tests target Revision Changes Path 1.427 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.426 retrieving revision 1.427 diff -u -r1.426 -r1.427 --- build.xml 1 Nov 2004 23:29:17 -0000 1.426 +++ build.xml 5 Nov 2004 17:38:11 -0000 1.427 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.426 2004/11/01 23:29:17 starksm Exp $ --> +<!-- $Id: build.xml,v 1.427 2004/11/05 17:38:11 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -537,6 +537,7 @@ <antcall target="tomcat-ssl-tests"/> <antcall target="tomcat-sso-tests"/> <antcall target="tomcat-sso-clustered-tests"/> + <antcall target="tests-jacc-security"/> <antcall target="tests-report"/> <record name="${basedir}/build.log" action="stop"/> </target> |