|
From: Adrian B. <ej...@us...> - 2003-10-06 13:49:57
|
User: ejort
Date: 03/10/06 06:49:02
Modified: . build.xml
Log:
Port the transaction scoping test to head
Revision Changes Path
1.297 +9 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -r1.296 -r1.297
--- build.xml 2 Oct 2003 10:34:35 -0000 1.296
+++ build.xml 6 Oct 2003 13:49:01 -0000 1.297
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.296 2003/10/02 10:34:35 pilhuhn Exp $ -->
+<!-- $Id: build.xml,v 1.297 2003/10/06 13:49:01 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3998,6 +3998,14 @@
</metainf>
<fileset dir="${build.classes}">
<include name="org/jboss/test/classloader/classpath/**"/>
+ </fileset>
+ </jar>
+
+ <!-- build scopedtx.jar -->
+ <jar jarfile="${build.lib}/scopedtx.jar">
+ <metainf dir="${source.resources}/classloader/scoping/transaction/META-INF" />
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/classloader/scoping/transaction/**"/>
</fileset>
</jar>
</target>
|