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/05/04 15:46:04 UTC

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

Author: dims
Date: Fri May  4 06:46:03 2007
New Revision: 535239

URL: http://svn.apache.org/viewvc?view=rev&rev=535239
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=535239&r1=535238&r2=535239
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Fri May  4 06:46:03 2007
@@ -343,10 +343,10 @@
 
                                 <!-- ################################################################### -->
                                 <!-- All simple derived types xsd -->
-                                <ant:echo>Compiling particalMaxOccures.xsd</ant:echo>
+                                <echo>Compiling particalMaxOccures.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}/particalMaxOccures.xsd"/>
                                     <arg file="${schema.generated.src.dir}"/>
@@ -354,10 +354,10 @@
 
                                 <!-- ################################################################### -->
                                 <!-- All simple derived types xsd -->
-                                <ant:echo>Compiling innerParticles.xsd</ant:echo>
+                                <echo>Compiling innerParticles.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}/innerParticles.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