You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/11 12:05:09 UTC

svn commit: r984355 - in /gump/metadata/project: commons-proper.xml rat.xml ws-commons.xml ws-xmlrpc-2.xml ws-xmlrpc.xml

Author: bodewig
Date: Wed Aug 11 10:05:09 2010
New Revision: 984355

URL: http://svn.apache.org/viewvc?rev=984355&view=rev
Log:
build order

Modified:
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/rat.xml
    gump/metadata/project/ws-commons.xml
    gump/metadata/project/ws-xmlrpc-2.xml
    gump/metadata/project/ws-xmlrpc.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=984355&r1=984354&r2=984355&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Aug 11 10:05:09 2010
@@ -835,8 +835,8 @@
     <option project="javassist-in-jboss"/>
     <option project="jmock"/>
     <option project="slf4j"/>
-    <option project="xmlrpc"/>
     <option project="ws-axis"/>
+    <option project="ws-xmlrpc2"/>
 
     <jar name="proxy/target/commons-proxy-*[0-9T].jar"/>
 
@@ -852,9 +852,11 @@
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
 
-    <option project="commons-lang"/>
+    <option project="commons-collections"/>
     <option project="commons-io"/>
+    <option project="commons-lang"/>
     <option project="junit"/>
+    <option project="velocity-engine"/>
 
     <jar name="sanselan/target/commons-sanselan-*[0-9T].jar"/>
 

Modified: gump/metadata/project/rat.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/rat.xml?rev=984355&r1=984354&r2=984355&view=diff
==============================================================================
--- gump/metadata/project/rat.xml (original)
+++ gump/metadata/project/rat.xml Wed Aug 11 10:05:09 2010
@@ -49,12 +49,6 @@
     <jar name="apache-rat-tasks/target/apache-rat-tasks-*[0-9T].jar"
          id="apache-rat-tasks"/>
     <nag from="bodewig@apache.org" to="rat-dev@incubator.apache.org"/>
-
-    <!--
-        Axiom uses the 0.6 version of RAT which is incompatible with trunk.
-        Allow Axiom to build prior to RAT.
-    -->
-    <option project="ws-commons-axiom"/>
   </project>
   
   <project name="rat-test">

Modified: gump/metadata/project/ws-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons.xml?rev=984355&r1=984354&r2=984355&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Wed Aug 11 10:05:09 2010
@@ -151,6 +151,7 @@
     <option project="jsse"/>
     <option project="junit" />
     <option project="logging-log4j-12" runtime="true"/>
+    <option project="rat" />
     <option project="xml-apis"/>
     <option project="xml-apis_xmlParserAPIs"/>
     <option project="xml-batik"/>

Modified: gump/metadata/project/ws-xmlrpc-2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-xmlrpc-2.xml?rev=984355&r1=984354&r2=984355&view=diff
==============================================================================
--- gump/metadata/project/ws-xmlrpc-2.xml (original)
+++ gump/metadata/project/ws-xmlrpc-2.xml Wed Aug 11 10:05:09 2010
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="ws-xmlrpc2">
+<module name="ws-xmlrpc2" groupId="xmlrpc">
 
   <url href="http://ws.apache.org/xmlrpc/"/>
   <description>
@@ -41,7 +41,7 @@
     <!-- depend project="fesi"/ -->
 
     <home nested="target"/>
-    <jar name="xmlrpc2-@@DATE@@.jar"/>
+    <jar name="xmlrpc2-@@DATE@@.jar" id="xmlrpc"/>
 
     <license name="LICENSE.txt"/>
 

Modified: gump/metadata/project/ws-xmlrpc.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-xmlrpc.xml?rev=984355&r1=984354&r2=984355&view=diff
==============================================================================
--- gump/metadata/project/ws-xmlrpc.xml (original)
+++ gump/metadata/project/ws-xmlrpc.xml Wed Aug 11 10:05:09 2010
@@ -12,7 +12,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="ws-xmlrpc">
+<module name="ws-xmlrpc" groupId="org.apache.xmlrpc">
 
   <url href="http://ws.apache.org/xmlrpc/"/>
   <description>
@@ -21,7 +21,7 @@
 
   <svn repository="asf" dir="webservices/xmlrpc/trunk"/>
 
-  <project name="xmlrpc" groupId="xmlrpc">
+  <project name="xmlrpc">
     <package>org.apache.xmlrpc</package>
 
     <mvn/>