|
From: Bill B. <pat...@us...> - 2004-02-17 23:01:33
|
User: patriot1burke
Date: 04/02/17 14:52:30
Modified: . build.xml
Log:
expand ejb-jar.xml and web.xml to support <service-ref> definitions. Also removed
support for webservicesclient.xml from ejb jars and wars because this is old news, old spec
Revision Changes Path
1.336 +2 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- build.xml 16 Feb 2004 02:23:46 -0000 1.335
+++ build.xml 17 Feb 2004 22:52:29 -0000 1.336
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.335 2004/02/16 02:23:46 reverbel Exp $ -->
+<!-- $Id: build.xml,v 1.336 2004/02/17 22:52:29 patriot1burke Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3905,7 +3905,6 @@
<include name="HelloMapping.xml"/>
</webinf>
<webinf dir="${source.resources}/webservice/ws4eesimple-client/WEB-INF">
- <include name="webservicesclient.xml"/>
</webinf>
</war>
<jar destfile="${build.lib}/ws4eesimple-client-ejb.jar" manifest="${build.etc}/manifest.mf">
@@ -3986,7 +3985,6 @@
<include name="Complex1Mapping.xml"/>
</webinf>
<webinf dir="${source.resources}/webservice/ws4eecomplex/WEB-INF">
- <include name="webservicesclient.xml"/>
</webinf>
</war>
@@ -5776,7 +5774,7 @@
| JBoss server distribution build that contains jboss-net.
-->
- <target name="tests-webservice-unit" depends="maybejars">
+ <target name="tests-webservice-unit" depends="init">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
<!-- choose a testpattern via a property -->
|