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 2015/08/27 20:49:54 UTC

svn commit: r1698209 - in /gump/metadata: profile/gump.xml project/commons-compress.xml project/commons-proper.xml

Author: bodewig
Date: Thu Aug 27 18:49:53 2015
New Revision: 1698209

URL: http://svn.apache.org/r1698209
Log:
Commons Compress moves to git

Added:
    gump/metadata/project/commons-compress.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1698209&r1=1698208&r2=1698209&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Aug 27 18:49:53 2015
@@ -33,6 +33,7 @@
 
   <module href="project/commons-codec-1.x.xml" />
   <module href="project/commons-collections-3.x.xml"/>
+  <module href="project/commons-compress.xml"/>
   <module href="project/commons-dbcp-1.x.xml" />
   <module href="project/commons-digester-2.x.xml"/>
   <module href="project/commons-lang-2.x.xml"/>

Added: gump/metadata/project/commons-compress.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-compress.xml?rev=1698209&view=auto
==============================================================================
--- gump/metadata/project/commons-compress.xml (added)
+++ gump/metadata/project/commons-compress.xml Thu Aug 27 18:49:53 2015
@@ -0,0 +1,49 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="commons-compress" groupId="org.apache.commons">
+
+  <url href="http://commons.apache.org/compress/"/>
+  <description>
+    Apache Commons Compress
+  </description>
+
+  <git repository="asf-git" dir="/commons-compress.git"/>
+
+  <project name="commons-compress">
+    <package>org.apache.commons.compress</package>
+    <description>Commons Compression Package</description>
+    
+    <mvn3 basedir="compress">
+      <property name="skipTests" value="true"/>
+    </mvn3>
+
+    <option project="junit" />
+    <option project="xz" runtime="true"/>
+
+    <home nested="compress/target" />
+
+    <jar name="commons-compress-*[0-9T].jar" />
+  </project>
+
+  <project name="commons-compress-test">
+    <mvn3 basedir="compress"/>
+    <depend project="commons-compress"/>
+    <report nested="compress/target/surefire-reports"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/commons-compress.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1698209&r1=1698208&r2=1698209&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu Aug 27 18:49:53 2015
@@ -93,28 +93,6 @@
     <jar name="commons-cli-*[0-9T].jar"/>
   </project>
 
-  <project name="commons-compress">
-    <package>org.apache.commons.compress</package>
-    <description>Commons Compression Package</description>
-    
-    <mvn3 basedir="compress">
-      <property name="skipTests" value="true"/>
-    </mvn3>
-
-    <option project="junit" />
-    <option project="xz" runtime="true"/>
-
-    <home nested="compress/target" />
-
-    <jar name="commons-compress-*[0-9T].jar" />
-  </project>
-
-  <project name="commons-compress-test">
-    <mvn3 basedir="compress"/>
-    <depend project="commons-compress"/>
-    <report nested="compress/target/surefire-reports"/>
-  </project>
-
   <project name="commons-daemon" groupId="commons-daemon">
     <package>org.apache.commons.daemon</package>
     <description>Commons Daemon</description>