User: starksm
Date: 01/05/05 18:11:45
Modified: src/build build.xml
Log:
Add the JMS ra tests
Revision Changes Path
1.27 +5 -0 jbosstest/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 2001/05/05 20:54:05 1.26
+++ build.xml 2001/05/06 01:11:45 1.27
@@ -94,6 +94,7 @@
<antcall target="naming-subproject" />
<antcall target="security-subproject" />
<antcall target="web-subproject" />
+ <antcall target="jmsra-subproject" />
</target>
<target name="bank-subproject" depends="prepare">
@@ -163,6 +164,10 @@
<target name="web-subproject" depends="prepare">
<!-- Build the web integration testsuite -->
<ant antfile="src/build/subprojects/build-web.xml" />
+ </target>
+ <target name="jmsra-subproject" depends="prepare">
+ <!-- JMS ra tests -->
+ <ant antfile="src/build/subprojects/build-jmsra.xml" />
</target>
<!-- =================================================================== -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development