You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/27 11:07:04 UTC

svn commit: r1721793 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Sun Dec 27 10:07:04 2015
New Revision: 1721793

URL: http://svn.apache.org/viewvc?rev=1721793&view=rev
Log:
Make sure that the resource bundle is built first.

Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1721793&r1=1721792&r2=1721793&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sun Dec 27 10:07:04 2015
@@ -38,8 +38,8 @@
         <url>http://issues.apache.org/jira/browse/AXIS2</url>
     </issueManagement>
     <modules>
-        <module>apidocs</module>
         <module>modules/resource-bundle</module> <!-- Must be first in the list! -->
+        <module>apidocs</module>
         <module>modules/adb</module>
         <module>modules/adb-codegen</module>
         <module>modules/addressing</module>