You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/08/24 07:42:57 UTC

svn commit: r239535 - /webservices/axis/trunk/java/modules/saaj/maven.xml

Author: dims
Date: Tue Aug 23 22:42:54 2005
New Revision: 239535

URL: http://svn.apache.org/viewcvs?rev=239535&view=rev
Log:
oops! bad cut-n-paste


Modified:
    webservices/axis/trunk/java/modules/saaj/maven.xml

Modified: webservices/axis/trunk/java/modules/saaj/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/saaj/maven.xml?rev=239535&r1=239534&r2=239535&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/saaj/maven.xml (original)
+++ webservices/axis/trunk/java/modules/saaj/maven.xml Tue Aug 23 22:42:54 2005
@@ -8,17 +8,6 @@
     xmlns:maven="jelly:maven"
     xmlns:deploy="deploy"
     xmlns:ant="jelly:ant">
-    <postGoal name="test:compile">
-        <j:jelly xmlns="jelly:ant">
-            <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/axis2.xml" tofile="${basedir}/target/test-resources/deployment/axis2.xml"/>
-    </postGoal>
     <preGoal name="itest:compile">
         <u:file var="file" name="${maven.itest.src}"/>
         <j:if test="${!file.exists()}">