|
From: Steve E. <ste...@us...> - 2004-09-20 13:54:16
|
User: steveebersole
Date: 04/09/20 06:54:10
Modified: . Tag: Branch_4_0 build.xml
Log:
porting new Hibernate intg code to 4.0 branch
Revision Changes Path
No revision
No revision
1.406.2.1 +1 -11 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.406
retrieving revision 1.406.2.1
diff -u -r1.406 -r1.406.2.1
--- build.xml 11 Sep 2004 21:47:43 -0000 1.406
+++ build.xml 20 Sep 2004 13:54:08 -0000 1.406.2.1
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.406 2004/09/11 21:47:43 vietj Exp $ -->
+<!-- $Id: build.xml,v 1.406.2.1 2004/09/20 13:54:08 steveebersole Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3176,16 +3176,6 @@
</fileset>
</ear>
- <war warfile="${build.lib}/hib-test.war" webxml="${source.resources}/hibernate/web/WEB-INF/web.xml">
- <lib dir="${build.lib}">
- <include name="hib-test.har"/>
- </lib>
- <classes dir="${build.classes}">
- <include name="org/jboss/test/hibernate/ProfileService*"/>
- <include name="org/jboss/test/hibernate/web/*"/>
- </classes>
- </war>
-
</target>
<!-- idgen test -->
|