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 2009/09/21 09:32:29 UTC

svn commit: r817178 - /gump/metadata/project/ant-antlibs.xml

Author: bodewig
Date: Mon Sep 21 07:32:25 2009
New Revision: 817178

URL: http://svn.apache.org/viewvc?rev=817178&view=rev
Log:
fix ids for AntUnit

Modified:
    gump/metadata/project/ant-antlibs.xml

Modified: gump/metadata/project/ant-antlibs.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-antlibs.xml?rev=817178&r1=817177&r2=817178&view=diff
==============================================================================
--- gump/metadata/project/ant-antlibs.xml (original)
+++ gump/metadata/project/ant-antlibs.xml Mon Sep 21 07:32:25 2009
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="ant-antlibs">
+<module name="ant-antlibs" groupId="org.apache.ant">
 
   <url  href="http://ant.apache.org/index.html"/>
   <description>
@@ -36,7 +36,7 @@
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
 
-    <jar name="antunit/build/ant-antunit-@@DATE@@.jar"/>
+    <jar name="antunit/build/ant-antunit-@@DATE@@.jar" id="ant-antunit"/>
     <license name="antunit/common/LICENSE"/>
 
     <nag from="Gump Integration Build &lt;bodewig@apache.org&gt;"