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 di...@apache.org on 2007/03/21 14:22:17 UTC

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

Author: dims
Date: Wed Mar 21 06:22:16 2007
New Revision: 520879

URL: http://svn.apache.org/viewvc?view=rev&rev=520879
Log:
fix pom for m2

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=520879&r1=520878&r2=520879
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Wed Mar 21 06:22:16 2007
@@ -344,10 +344,10 @@
         </java>
        <!-- ################################################################### -->
         <!-- All simple derived types xsd -->
-        <ant:echo>Compiling testattribute.xsd</ant:echo>
+        <echo>Compiling testattribute.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}/testattribute.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