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 2014/07/05 19:40:00 UTC

svn commit: r1608082 - in /gump/metadata: profile/gump.xml project/ant-antlibs.xml project/antlibs-compress.xml testbase/antlibs-compress.xml

Author: bodewig
Date: Sat Jul  5 17:39:59 2014
New Revision: 1608082

URL: http://svn.apache.org/r1608082
Log:
Antlibs have moved to git, start with compress Antlib

Added:
    gump/metadata/project/antlibs-compress.xml
      - copied unchanged from r1608069, gump/metadata/testbase/antlibs-compress.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/ant-antlibs.xml
    gump/metadata/testbase/antlibs-compress.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1608082&r1=1608081&r2=1608082&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sat Jul  5 17:39:59 2014
@@ -21,6 +21,7 @@
 
   <module href="project/ant.xml"/>
   <module href="project/ant-antlibs.xml"/>
+  <module href="project/antlibs-compress.xml"/>
 
 <!-- Apache Attic -->
 

Modified: gump/metadata/project/ant-antlibs.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-antlibs.xml?rev=1608082&r1=1608081&r2=1608082&view=diff
==============================================================================
--- gump/metadata/project/ant-antlibs.xml (original)
+++ gump/metadata/project/ant-antlibs.xml Sat Jul  5 17:39:59 2014
@@ -57,40 +57,5 @@
     <depend project="xml-apis"/>
   </project>
 
-  <project name="compress-antlib">
-    <package>org.apache.ant.compress</package>
-
-    <ant target="antlib" basedir="compress">
-      <property name="jarname" value="build/ant-compress-@@DATE@@.jar"/>
-    </ant>
-
-    <depend project="ant" runtime="true"/>
-    <depend project="commons-compress" runtime="true"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <!-- actually XZ is not needed during the build but only at runtime -->
-    <depend project="xz" runtime="true"/>
-
-    <jar name="compress/build/ant-compress-@@DATE@@.jar"/>
-    <license name="compress/common/LICENSE"/>
-
-  </project>
-
-  <project name="compress-antlib-test">
-
-    <ant target="test" basedir="compress">
-      <property name="ant.home" reference="home" project="ant"/>
-    </ant>
-
-    <depend project="compress-antlib" inherit="runtime"/>
-    <depend project="ant"/>
-    <depend project="antunit"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-
-    <license name="compress/common/LICENSE"/>
-
-  </project>
-
 </module>
 

Modified: gump/metadata/testbase/antlibs-compress.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/antlibs-compress.xml?rev=1608082&r1=1608081&r2=1608082&view=diff
==============================================================================
--- gump/metadata/testbase/antlibs-compress.xml (original)
+++ gump/metadata/testbase/antlibs-compress.xml Sat Jul  5 17:39:59 2014
@@ -48,20 +48,4 @@
     <work nested="ivy/ivy.jar"/>
   </project>
 
-  <project name="compress-antlib-test">
-
-    <ant target="test">
-      <property name="ant.home" reference="home" project="ant"/>
-    </ant>
-
-    <depend project="compress-antlib" inherit="runtime"/>
-    <depend project="ant"/>
-    <depend project="antunit"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-
-    <license name="common/LICENSE"/>
-
-    <work nested="ivy/ivy.jar"/>
-  </project>
 </module>