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 sa...@apache.org on 2007/04/20 11:49:53 UTC

svn commit: r530722 - /webservices/axis2/branches/java/1_2/pom.xml

Author: saminda
Date: Fri Apr 20 02:49:52 2007
New Revision: 530722

URL: http://svn.apache.org/viewvc?view=rev&rev=530722
Log:
Refactor to have the correct build order 

Modified:
    webservices/axis2/branches/java/1_2/pom.xml

Modified: webservices/axis2/branches/java/1_2/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/pom.xml?view=diff&rev=530722&r1=530721&r2=530722
==============================================================================
--- webservices/axis2/branches/java/1_2/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/pom.xml Fri Apr 20 02:49:52 2007
@@ -28,7 +28,8 @@
 	<packaging>pom</packaging>
 	<name>Apache Axis 2.0 - Root</name>
 	<modules>
-		<module>modules/adb-codegen</module>
+        <module>modules/tool/axis2-mar-maven-plugin</module>        
+        <module>modules/adb-codegen</module>
 		<module>modules/adb</module>
 		<module>modules/addressing</module>
 		<module>modules/codegen</module>
@@ -47,7 +48,6 @@
 		<module>modules/tool/axis2-eclipse-service-plugin</module>
 		<!--<module>modules/tool/axis2-idea-plugin</module>-->
 		<module>modules/tool/axis2-java2wsdl-maven-plugin</module>
-		<module>modules/tool/axis2-mar-maven-plugin</module>
 		<module>modules/tool/axis2-wsdl2code-maven-plugin</module>
 		<module>modules/xmlbeans</module>
 	</modules>



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