|
From: Thomas D. <tdi...@us...> - 2004-10-08 20:25:17
|
User: tdiesler
Date: 04/10/08 13:25:08
Modified: . build.xml
Log:
Remove unwanted ws4ee-deployment.xml
Revision Changes Path
1.413 +1 -3 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -r1.412 -r1.413
--- build.xml 8 Oct 2004 09:42:16 -0000 1.412
+++ build.xml 8 Oct 2004 20:25:07 -0000 1.413
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.412 2004/10/08 09:42:16 loubyansky Exp $ -->
+<!-- $Id: build.xml,v 1.413 2004/10/08 20:25:07 tdiesler Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -5588,7 +5588,6 @@
<metainf dir="${build.resources}/webservice/marshalltest-rpclit/META-INF">
<include name="webservices.xml"/>
<include name="jaxrpc-mapping.xml"/>
- <include name="ws4ee-deployment.xml"/>
<include name="ejb-jar.xml"/>
<include name="jboss.xml"/>
<include name="wsdl/*.wsdl"/>
@@ -5603,7 +5602,6 @@
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
<include name="jaxrpc-mapping.xml"/>
- <include name="ws4ee-deployment.xml"/>
<include name="wsdl/*.wsdl"/>
</metainf>
</jar>
|