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 he...@apache.org on 2005/06/07 09:53:26 UTC

svn commit: r188729 - in /webservices/axis/trunk/java/modules/core: ./ samples/ test-resources/deployment/ test-resources/deployment/outservice/serviceModule/ test-resources/deployment/serviceModule/ test-resources/deployment/serviceModule/META-INF/ test-resources/deployment/serviceModule/org/

Author: hemapani
Date: Tue Jun  7 00:53:24 2005
New Revision: 188729

URL: http://svn.apache.org/viewcvs?rev=188729&view=rev
Log:
move the core samples to rest-resources

Added:
    webservices/axis/trunk/java/modules/core/test-resources/deployment/server1.xml
      - copied unchanged from r188724, webservices/axis/trunk/java/modules/core/samples/deployment/server.xml
    webservices/axis/trunk/java/modules/core/test-resources/deployment/serviceModule/
      - copied from r188727, webservices/axis/trunk/java/modules/core/test-resources/deployment/outservice/serviceModule/
    webservices/axis/trunk/java/modules/core/test-resources/deployment/serviceModule/META-INF/
      - copied from r188728, webservices/axis/trunk/java/modules/core/test-resources/deployment/outservice/serviceModule/META-INF/
    webservices/axis/trunk/java/modules/core/test-resources/deployment/serviceModule/build.xml
      - copied unchanged from r188728, webservices/axis/trunk/java/modules/core/test-resources/deployment/outservice/serviceModule/build.xml
    webservices/axis/trunk/java/modules/core/test-resources/deployment/serviceModule/org/
      - copied from r188728, webservices/axis/trunk/java/modules/core/test-resources/deployment/outservice/serviceModule/org/
Removed:
    webservices/axis/trunk/java/modules/core/samples/
    webservices/axis/trunk/java/modules/core/test-resources/deployment/outservice/serviceModule/
Modified:
    webservices/axis/trunk/java/modules/core/maven.xml

Modified: webservices/axis/trunk/java/modules/core/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/maven.xml?rev=188729&r1=188728&r2=188729&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/maven.xml (original)
+++ webservices/axis/trunk/java/modules/core/maven.xml Tue Jun  7 00:53:24 2005
@@ -9,14 +9,12 @@
     xmlns:ant="jelly:ant">
     <postGoal name="test:compile">
         <j:jelly xmlns="jelly:ant">
-<!--		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="src/samples/deployment/service1"/> -->
-		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/service2"/>
-            <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/echo"/>
-           <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/invalidservice"/>
-        <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/OutService"/>
-		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/module1"/>
-            <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/serviceModule"/>
-	<!--	<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/module2"/> -->
+		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/service2"/>
+            <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/echo"/>
+           <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/invalidservice"/>
+        <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/outservice"/>
+		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/module1"/>
+            <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/serviceModule"/>
 	</j:jelly>
       <ant:copy file="${basedir}/test-resources/deployment/server.xml" tofile="${basedir}/target/test-resources/deployment/server.xml"/>
     </postGoal>