From: Scott M S. <st...@us...> - 2004-11-01 23:27:16
|
User: starksm Date: 04/11/01 15:27:09 Modified: . Tag: Branch_4_0 build.xml Log: Include the mail-service.xml in the jacc configuration Revision Changes Path No revision No revision 1.406.2.18 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.17 retrieving revision 1.406.2.18 diff -u -r1.406.2.17 -r1.406.2.18 --- build.xml 1 Nov 2004 11:42:51 -0000 1.406.2.17 +++ build.xml 1 Nov 2004 23:27:06 -0000 1.406.2.18 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.17 2004/11/01 11:42:51 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406.2.18 2004/11/01 23:27:06 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -1215,6 +1215,7 @@ <include name="deploy/jmx-invoker-service.xml"/> <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="lib/**"/> </patternset> |