|
From: Scott M S. <st...@us...> - 2002-08-10 15:52:37
|
User: starksm
Date: 02/08/10 08:52:37
Modified: . Tag: Branch_3_2 build.xml
Log:
Don't move the cts-vxcmp jboss-app.xml descriptors around to build the
versions as this does not work unless a clean build is done.
Revision Changes Path
No revision
No revision
1.165.2.3 +3 -7 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.2
retrieving revision 1.165.2.3
diff -u -r1.165.2.2 -r1.165.2.3
--- build.xml 10 Aug 2002 01:31:36 -0000 1.165.2.2
+++ build.xml 10 Aug 2002 15:52:36 -0000 1.165.2.3
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.2 2002/08/10 01:31:36 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.3 2002/08/10 15:52:36 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1233,11 +1233,9 @@
<include name="cts-v1cmp.jar" />
</fileset>
</ear>
- <move file="${build.resources}/cts/cmpv1/jboss-app-sar.xml"
- tofile="${build.resources}/cts/cmpv1/jboss-app.xml" />
<ear earfile="${build.lib}/cts-v1cmp-sar.ear"
appxml="${build.resources}/cts/cmpv1/application.xml">
- <metainf dir="${build.resources}/cts/cmpv1">
+ <metainf dir="${build.resources}/cts/cmpv1/ear+sar">
<include name="jboss-app.xml" />
</metainf>
<fileset dir="${build.lib}">
@@ -1299,11 +1297,9 @@
<include name="cts-v2cmp.jar" />
</fileset>
</ear>
- <move file="${build.resources}/cts/cmpv2/jboss-app-sar.xml"
- tofile="${build.resources}/cts/cmpv2/jboss-app.xml" />
<ear earfile="${build.lib}/cts-v2cmp-sar.ear"
appxml="${build.resources}/cts/cmpv2/application.xml">
- <metainf dir="${build.resources}/cts/cmpv2">
+ <metainf dir="${build.resources}/cts/cmpv2/ear+sar">
<include name="jboss-app.xml" />
</metainf>
<fileset dir="${build.lib}">
|