From: Scott M S. <st...@us...> - 2005-03-25 16:17:40
|
User: starksm Date: 05/03/25 08:17:29 Modified: . Tag: Branch_4_0 build.xml Log: Include all deploy/jms content recursively in the jacc test configuration Revision Changes Path No revision No revision 1.406.2.47 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.46 retrieving revision 1.406.2.47 diff -u -r1.406.2.46 -r1.406.2.47 --- build.xml 19 Mar 2005 08:18:29 -0000 1.406.2.46 +++ build.xml 25 Mar 2005 16:17:23 -0000 1.406.2.47 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.46 2005/03/19 08:18:29 ovidiuf Exp $ --> +<!-- $Id: build.xml,v 1.406.2.47 2005/03/25 16:17:23 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -1474,7 +1474,7 @@ <include name="deploy/jbossjca-service.xml"/> <include name="deploy/jboss-local-jdbc.rar"/> <include name="deploy/mail-service.xml"/> - <include name="deploy/jms/*"/> + <include name="deploy/jms/**"/> <include name="lib/**"/> </patternset> </create-config> |