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/30 07:26:03 UTC

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

Author: dims
Date: Thu Mar 29 22:26:02 2007
New Revision: 523947

URL: http://svn.apache.org/viewvc?view=rev&rev=523947
Log:
s/dependency/runtime/ 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=523947&r1=523946&r2=523947
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Thu Mar 29 22:26:02 2007
@@ -357,7 +357,7 @@
         <echo>Compiling boolean.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}/boolean.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