|
From: Scott M S. <st...@us...> - 2002-05-28 20:56:13
|
User: starksm
Date: 02/05/28 13:56:12
Modified: . Tag: Branch_3_0 build.xml
Log:
The inclusion of notjbosstest-web.war was incorrect in jbosstest-web2.ear
Revision Changes Path
No revision
No revision
1.106.2.20 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.19
retrieving revision 1.106.2.20
diff -u -r1.106.2.19 -r1.106.2.20
--- build.xml 28 May 2002 05:40:35 -0000 1.106.2.19
+++ build.xml 28 May 2002 20:56:10 -0000 1.106.2.20
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.19 2002/05/28 05:40:35 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.20 2002/05/28 20:56:10 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2016,7 +2016,7 @@
<include name="jboss-app.xml" />
</metainf>
<fileset dir="${build.lib}">
- <include name="notjbosstest-web.war"/>
+ <include name="wars/notjbosstest-web.war"/>
</fileset>
</ear>
|