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/22 06:28:57 UTC

svn commit: r510403 - in /webservices/axis2/trunk/java/modules: adb-codegen/pom.xml parent/pom.xml

Author: dims
Date: Wed Feb 21 21:28:55 2007
New Revision: 510403

URL: http://svn.apache.org/viewvc?view=rev&rev=510403
Log:
fix wrong schema version. fix broken build in m2

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
    webservices/axis2/trunk/java/modules/parent/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=510403&r1=510402&r2=510403
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Wed Feb 21 21:28:55 2007
@@ -326,7 +326,7 @@
         <echo>Compiling element_references.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}/element_references.xsd"/>
             <arg file="${schema.generated.src.dir}"/>

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=510403&r1=510402&r2=510403
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Wed Feb 21 21:28:55 2007
@@ -429,7 +429,7 @@
       <dependency>
         <groupId>org.apache.ws.commons.schema</groupId>
         <artifactId>XmlSchema</artifactId>
-        <version>1.2</version>
+        <version>SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.neethi</groupId>



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