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 2021/02/25 17:14:30 UTC

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

Author: markt
Date: Thu Feb 25 17:14:30 2021
New Revision: 1886927

URL: http://svn.apache.org/viewvc?rev=1886927&view=rev
Log:
Add Commons compress (will be required by Tomcat Migration tool for Jakarta EE)

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1886927&r1=1886926&r2=1886927&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Feb 25 17:14:30 2021
@@ -32,6 +32,7 @@
   <module href="project/commons-cli.xml" />
   <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-daemon.xml"/>
   <module href="project/commons-digester-2.x.xml"/>
   <module href="project/commons-exec.xml"/>

Added: gump/metadata/project/commons-compress.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-compress.xml?rev=1886927&view=auto
==============================================================================
--- gump/metadata/project/commons-compress.xml (added)
+++ gump/metadata/project/commons-compress.xml Thu Feb 25 17:14:30 2021
@@ -0,0 +1,38 @@
+<?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-exec">
+
+  <url href="http://commons.apache.org/index.html"/>
+  <description>
+    Apache Commons
+  </description>
+
+  <git repository="asf-gitbox" dir="/commons-compress.git"/>
+
+  <project name="commons-compress">
+    <package>org.apache.commons.compress</package>
+    <description>Commons Compress Package</description>
+    
+    <mvn3 goal="package">
+      <property name="skipTests" value="true"/>
+    </mvn3>
+    
+    <jar name="target/commons-compress-*[0-9T].jar"/>
+  </project>
+
+</module>

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