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/06/12 14:02:13 UTC

svn commit: r1861137 - in /gump/metadata: profile/gump.xml project/commons-exec.xml project/commons-proper.xml

Author: markt
Date: Wed Jun 12 14:02:12 2019
New Revision: 1861137

URL: http://svn.apache.org/viewvc?rev=1861137&view=rev
Log:
First pass at getting Commons-exec working with git

Added:
    gump/metadata/project/commons-exec.xml
      - copied, changed from r1861136, gump/metadata/project/commons-proper.xml
Removed:
    gump/metadata/project/commons-proper.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1861137&r1=1861136&r2=1861137&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun 12 14:02:12 2019
@@ -28,7 +28,6 @@
   <module href="project/apache-attic.xml"/>
 
 <!-- Apache.Commons -->
-  <module href="project/commons-proper.xml"/>
   <module href="project/jakarta-bsf.xml"/>
 
   <module href="project/commons-bcel.xml" />
@@ -42,6 +41,7 @@
   <module href="project/commons-daemon.xml"/>
   <module href="project/commons-dbcp-1.x.xml" />
   <module href="project/commons-digester-2.x.xml"/>
+  <module href="project/commons-exec.xml"/>
   <module href="project/commons-httpclient.xml"/>
   <module href="project/commons-io.xml"/>
   <module href="project/commons-jxpath.xml"/>

Copied: gump/metadata/project/commons-exec.xml (from r1861136, gump/metadata/project/commons-proper.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-exec.xml?p2=gump/metadata/project/commons-exec.xml&p1=gump/metadata/project/commons-proper.xml&r1=1861136&r2=1861137&rev=1861137&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-exec.xml Wed Jun 12 14:02:12 2019
@@ -15,19 +15,20 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="apache-commons" groupId="org.apache.commons">
+<module name="apache-commons">
 
   <url href="http://commons.apache.org/index.html"/>
   <description>
     Apache Commons
   </description>
 
+  <git repository="asf-gitbox" dir="/commons-exec.git"/>
+
   <project name="commons-exec">
-    <git repository="asf-gitbox" dir="/commons-exec.git"/>
     <package>org.apache.commons.exec</package>
     <description>Commons Exec Package</description>
     
-    <mvn3 basedir="exec" goal="package">
+    <mvn3 goal="package">
       <property name="skipTests" value="true"/>
     </mvn3>
     
@@ -36,7 +37,7 @@
     <option project="commons-cli"/>
     <option project="commons-lang"/>
     <option project="junit"/>
-    <jar name="exec/target/commons-exec-*[0-9T].jar"/>
+    <jar name="target/commons-exec-*[0-9T].jar"/>
   </project>
 
 </module>