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/02/08 23:44:30 UTC

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

Author: dims
Date: Thu Feb  8 14:44:29 2007
New Revision: 505073

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

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=505073&r1=505072&r2=505073
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Thu Feb  8 14:44:29 2007
@@ -299,10 +299,10 @@
        
         <!-- ################################################################### -->
         <!-- All simple derived types xsd -->
-        <ant:echo>Compiling choice.xsd</ant:echo>
+        <echo>Compiling choice.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}/choice.xsd"/>
             <arg file="${schema.generated.src.dir}"/>
@@ -310,10 +310,10 @@
 
         <!-- ################################################################### -->
         <!-- All simple derived types xsd -->
-        <ant:echo>Compiling list.xsd</ant:echo>
+        <echo>Compiling list.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}/list.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