You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by wo...@apache.org on 2008/03/05 23:20:57 UTC

svn commit: r634060 - /webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml

Author: woodroy
Date: Wed Mar  5 14:20:55 2008
New Revision: 634060

URL: http://svn.apache.org/viewvc?rev=634060&view=rev
Log:
Remove deployment descriptors from JAXWS services

Modified:
    webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml?rev=634060&r1=634059&r2=634060&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/pom.xml Wed Mar  5 14:20:55 2008
@@ -396,7 +396,11 @@
 						<phase>test-compile</phase>
 						<configuration>
 							<tasks>
-								<mkdir dir="./target/test-classes/servicejars"/>
+								
+								<!-- ================================================================ -->
+								<!--- Non-JAXWS services -->
+								<!-- ================================================================ -->
+							
 								<copy toDir="target/test-classes/services/EchoService/">
 									<fileset dir="target/test-classes">
 										<include name="server/**"/>
@@ -405,6 +409,19 @@
 										<exclude name="**/*.java"/>
 									</fileset>
 								</copy>
+								<copy toDir="target/test-classes/services/BookStoreService/">
+									<fileset dir="target/test-classes">
+										<include name="org/apache/axis2/jaxws/client/soapaction/**"/>
+									</fileset>
+									<fileset dir="test/org/apache/axis2/jaxws/client/soapaction/server">
+										<include name="META-INF/**"/>
+									</fileset>
+								</copy>
+								
+								<mkdir dir="./target/test-classes/servicejars"/>
+								<!-- ================================================================ -->
+								<!--- JAXWS services -->
+								<!-- ================================================================ -->
 								<!-- ================================================================ -->
 								<!--- Provider endpoint Service Samples -->
 								<!-- ================================================================ -->
@@ -670,15 +687,6 @@
 								/>
 								<delete dir="target/test-classes/servicejars/SOAP12EchoService"/>														
 								
-								<copy toDir="target/test-classes/services/BookStoreService/">
-									<fileset dir="target/test-classes">
-										<include name="org/apache/axis2/jaxws/client/soapaction/**"/>
-									</fileset>
-									<fileset dir="test/org/apache/axis2/jaxws/client/soapaction/server">
-										<include name="META-INF/**"/>
-									</fileset>
-								</copy>
-
 								<copy toDir="target/test-classes/servicejars/gorilla_dlw/">
 									<fileset dir="target/test-classes">
 										<include name="org/apache/axis2/jaxws/proxy/gorilla_dlw/**"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org