|
From: Scott M S. <st...@us...> - 2002-11-20 03:22:03
|
User: starksm
Date: 02/11/19 19:22:02
Modified: . Tag: Branch_3_2 build.xml
Log:
Add a class that is redundantly included in the ejb-jar and war
WEB-INF/classes directory to test duplicate conflicts
Revision Changes Path
No revision
No revision
1.165.2.25 +3 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.24
retrieving revision 1.165.2.25
diff -u -r1.165.2.24 -r1.165.2.25
--- build.xml 20 Nov 2002 02:58:47 -0000 1.165.2.24
+++ build.xml 20 Nov 2002 03:22:01 -0000 1.165.2.25
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.24 2002/11/20 02:58:47 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.25 2002/11/20 03:22:01 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2629,6 +2629,8 @@
<include name="jbosstest-web-util.jar"/>
</lib>
<classes dir="${build.classes}">
+ <!-- -->
+ <include name="org/jboss/test/web/interfaces/ReturnData.class"/>
<include name="org/jboss/test/web/servlets/**"/>
<include name="org/jboss/test/web/util/ClassInClasses.class"/>
</classes>
|