You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2019/05/31 16:18:32 UTC

svn commit: r1860457 - /gump/metadata/project/commons-proper.xml

Author: markt
Date: Fri May 31 16:18:32 2019
New Revision: 1860457

URL: http://svn.apache.org/viewvc?rev=1860457&view=rev
Log:
All commons components should be using git

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1860457&r1=1860456&r2=1860457&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri May 31 16:18:32 2019
@@ -22,9 +22,8 @@
     Apache Commons
   </description>
 
-  <svn repository="asf" dir="commons/trunks-proper"/>
-
   <project name="commons-beanutils2">
+    <git repository="asf-gitbox" dir="/commons-beanutils.git"/>
     <package>org.apache.commons.beanutils2</package>
     <description>Bean Utilities</description>
     <url href="http://commons.apache.org/beanutils/"/>
@@ -49,6 +48,7 @@
   </project>
   
   <project name="commons-bcel" >
+    <git repository="asf-gitbox" dir="/commons-bcel.git"/>
     <package>org.apache.bcel</package>
     <description>
       Byte Code Engineering Library
@@ -71,6 +71,7 @@
   </project>
 
   <project name="commons-daemon" groupId="commons-daemon">
+    <git repository="asf-gitbox" dir="/commons-daemon.git"/>
     <package>org.apache.commons.daemon</package>
     <description>Commons Daemon</description>
     <mvn3  basedir="daemon"/>
@@ -87,24 +88,28 @@
   </project>
 
   <project name="commons-daemon-native-buildconf">
-     <description>Build the Configuration for daemon</description>
-     <script basedir="daemon/src/native/unix" name="support/buildconf" />
+    <git repository="asf-gitbox" dir="/commons-daemon.git"/>
+    <description>Build the Configuration for daemon</description>
+    <script basedir="daemon/src/native/unix" name="support/buildconf" />
   </project>
 
   <project name="commons-daemon-native-configure">
-     <description>Configure the build for daemon</description>
-     <configure basedir="daemon/src/native/unix" />
-     <depend project="commons-daemon-native-buildconf" />
+    <git repository="asf-gitbox" dir="/commons-daemon.git"/>
+    <description>Configure the build for daemon</description>
+    <configure basedir="daemon/src/native/unix" />
+    <depend project="commons-daemon-native-buildconf" />
   </project>
 
   <project name="commons-daemon-native">
-     <description>Native application for daemon</description>
-     <make basedir="daemon/src/native/unix" />
-     <depend project="commons-daemon-native-configure" />
+    <git repository="asf-gitbox" dir="/commons-daemon.git"/>
+    <description>Native application for daemon</description>
+    <make basedir="daemon/src/native/unix" />
+    <depend project="commons-daemon-native-configure" />
   </project>
 
 
   <project name="commons-exec">
+    <git repository="asf-gitbox" dir="/commons-exec.git"/>
     <package>org.apache.commons.exec</package>
     <description>Commons Exec Package</description>
     
@@ -121,6 +126,7 @@
   </project>
 
   <project name="commons-jxpath" groupId="commons-jxpath">
+    <git repository="asf-gitbox" dir="/commons-jxpath.git"/>
     <package>org.apache.commons.jxpath</package>
     <description>XPath traversal of JavaBeans</description>
     <mvn3 basedir="jxpath">
@@ -134,6 +140,7 @@
   </project>
 
   <project name="commons-logging-step-1">
+    <git repository="asf-gitbox" dir="/commons-logging.git"/>
     <package>org.apache.commons.logging</package>
     <description>Logging Library Package</description>
     <url href="http://commons.apache.org/logging/"/>
@@ -157,6 +164,7 @@
   </project>
 
   <project name="commons-logging" groupId="commons-logging">
+    <git repository="asf-gitbox" dir="/commons-logging.git"/>
     <package>org.apache.commons.logging</package>
     <description>Logging Library Package</description>
     <url href="http://commons.apache.org/logging/"/>
@@ -184,6 +192,7 @@
   </project>
 
   <project name="commons-net" groupId="commons-net">
+    <git repository="asf-gitbox" dir="/commons-net.git"/>
     <package>org.apache.commons.net</package>
     <description>Commons Net</description>
     <mvn3 basedir="net">
@@ -197,6 +206,7 @@
   </project>
 
   <project name="commons-validator" groupId="commons-validator">
+    <git repository="asf-gitbox" dir="/commons-validator.git"/>
     <package>org.apache.commons.validator</package>
     <description>Validation Framework</description>
     <mvn3 basedir="validator">