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 2005/11/22 15:56:12 UTC

svn commit: r348181 - in /gump/metadata: profile/gump.xml project/ant-antlibs.xml

Author: bodewig
Date: Tue Nov 22 06:56:07 2005
New Revision: 348181

URL: http://svn.apache.org/viewcvs?rev=348181&view=rev
Log:
add newly promoted antlibs

Added:
    gump/metadata/project/ant-antlibs.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=348181&r1=348180&r2=348181&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Nov 22 06:56:07 2005
@@ -19,6 +19,7 @@
 <!-- Apache.Ant -->
 
   <module href="project/ant.xml"/>
+  <module href="project/ant-antlibs.xml"/>
   <!--module href="project/ant-1.5.xml"/-->
 
 <!-- Apache.Avalon (SVN) -->

Added: gump/metadata/project/ant-antlibs.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/ant-antlibs.xml?rev=348181&view=auto
==============================================================================
--- gump/metadata/project/ant-antlibs.xml (added)
+++ gump/metadata/project/ant-antlibs.xml Tue Nov 22 06:56:07 2005
@@ -0,0 +1,93 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 2005 The Apache Software Foundation
+
+  Licensed 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="ant-antlibs">
+
+  <url  href="http://ant.apache.org/index.html"/>
+  <description>
+    Task and Type Libraries for Apache Ant
+  </description>
+
+  <svn repository="ant" dir="antlibs/all-trunks"/>
+
+  <project name="antunit">
+    <package>org.apache.ant.antunit</package>
+
+    <ant target="antlib" basedir="antunit">
+      <property name="jarname" value="build/ant-antunit-@@DATE@@.jar"/>
+    </ant>
+
+    <depend project="ant"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+
+    <jar name="antunit/build/ant-antunit-@@DATE@@.jar"/>
+    <license name="antunit/common/LICENSE"/>
+
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="dev@ant.apache.org"/>
+  </project>
+
+  <project name="antunit-test">
+    <ant basedir="antunit" target="test">
+      <property name="ant-testutil.jar" reference="jarpath"
+        project="ant-testutil"/>
+    </ant>
+
+    <work nested="antunit/build/test-classes"/>
+
+    <depend project="ant"/>
+    <depend project="antunit"/>
+    <depend project="junit"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+  </project>
+
+  <project name="svn-antlib">
+    <package>org.apache.ant.svn</package>
+
+    <ant target="antlib" basedir="svn">
+      <property name="jarname" value="build/ant-svn-@@DATE@@.jar"/>
+    </ant>
+
+    <depend project="ant"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+
+    <jar name="svn/build/ant-svn-@@DATE@@.jar"/>
+    <license name="svn/common/LICENSE"/>
+
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="dev@ant.apache.org"/>
+  </project>
+
+  <project name="svn-antlib-test">
+    <ant basedir="svn" target="test">
+      <property name="ant-testutil.jar" reference="jarpath"
+        project="ant-testutil"/>
+    </ant>
+
+    <work nested="svn/build/test-classes"/>
+
+    <depend project="ant"/>
+    <depend project="junit"/>
+    <depend project="svn-antlib"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+  </project>
+
+</module>
+

Propchange: gump/metadata/project/ant-antlibs.xml
------------------------------------------------------------------------------
    svn:eol-style = native