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 2007/02/06 15:05:37 UTC

svn commit: r504141 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Author: dims
Date: Tue Feb  6 06:05:36 2007
New Revision: 504141

URL: http://svn.apache.org/viewvc?view=rev&rev=504141
Log:
fix build failure

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Modified: webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/pom.xml?view=diff&rev=504141&r1=504140&r2=504141
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Tue Feb  6 06:05:36 2007
@@ -278,20 +278,20 @@
         </java>
         <!-- ################################################################### -->
         <!-- All simple derived types xsd -->
-        <ant:echo>Compiling enumeration.xsd</ant:echo>
+        <echo>Compiling enumeration.xsd</echo>
         <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
             <jvmarg line="${maven.junit.jvmargs}"/>
-            <classpath refid="maven.dependency.classpath"/>
+            <classpath refid="maven.runtime.classpath"/>
             <classpath location="${compiled.classes.dir}"/>
             <arg file="${testsuite.source.dir}/enumeration.xsd"/>
             <arg file="${schema.generated.src.dir}"/>
         </java>
         <!-- ################################################################### -->
         <!-- All simple derived types xsd -->
-        <ant:echo>Compiling restrictions.xsd</ant:echo>
+        <echo>Compiling restrictions.xsd</echo>
         <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
             <jvmarg line="${maven.junit.jvmargs}"/>
-            <classpath refid="maven.dependency.classpath"/>
+            <classpath refid="maven.runtime.classpath"/>
             <classpath location="${compiled.classes.dir}"/>
             <arg file="${testsuite.source.dir}/restrictions.xsd"/>
             <arg file="${schema.generated.src.dir}"/>



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