|
From: Steve E. <ste...@us...> - 2004-09-18 02:54:50
|
User: steveebersole
Date: 04/09/17 19:54:44
Modified: . build.xml
Log:
modified hibernate tests for new intg code
Revision Changes Path
1.407 +1 -11 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- build.xml 11 Sep 2004 21:47:43 -0000 1.406
+++ build.xml 18 Sep 2004 02:54:43 -0000 1.407
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.406 2004/09/11 21:47:43 vietj Exp $ -->
+<!-- $Id: build.xml,v 1.407 2004/09/18 02:54:43 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 -->
|