|
From: Alexey L. <lou...@us...> - 2003-02-02 14:38:59
|
User: loubyansky
Date: 03/02/02 06:38:57
Modified: . Tag: Branch_3_2 build.xml
Log:
changed foe-deployer.sar to foe-deployer-3.2.sar and added QL test
Revision Changes Path
No revision
No revision
1.165.2.36 +12 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.35
retrieving revision 1.165.2.36
diff -u -r1.165.2.35 -r1.165.2.36
--- build.xml 18 Jan 2003 11:25:24 -0000 1.165.2.35
+++ build.xml 2 Feb 2003 14:38:56 -0000 1.165.2.36
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.35 2003/01/18 11:25:24 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.36 2003/02/02 14:38:56 loubyansky Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2955,7 +2955,7 @@
<echo>${project.root}</echo>
<copy todir="${build.lib}" filtering="no">
<fileset dir="${project.root}/varia/output/lib">
- <include name="foe-deployer.sar"/>
+ <include name="foe-deployer-3.2.sar"/>
</fileset>
</copy>
@@ -2995,6 +2995,16 @@
<include name="org/jboss/test/foedeployer/ejb/m2mb/**"/>
</fileset>
<fileset dir="${build.resources}/foedeployer/m2mb/">
+ <include name="META-INF/**"/>
+ </fileset>
+ </jar>
+
+ <!-- build foe-deployer-ql-test.wlar -->
+ <jar jarfile="${build.lib}/foe-deployer-ql-test.wlar">
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/foedeployer/ejb/ql/**"/>
+ </fileset>
+ <fileset dir="${build.resources}/foedeployer/ql/">
<include name="META-INF/**"/>
</fileset>
</jar>
|