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 2008/04/22 06:25:24 UTC

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

Author: bodewig
Date: Mon Apr 21 21:25:23 2008
New Revision: 650378

URL: http://svn.apache.org/viewvc?rev=650378&view=rev
Log:
add dbpatch antlib

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

Modified: gump/metadata/project/ant-antlibs-sandbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-antlibs-sandbox.xml?rev=650378&r1=650377&r2=650378&view=diff
==============================================================================
--- gump/metadata/project/ant-antlibs-sandbox.xml (original)
+++ gump/metadata/project/ant-antlibs-sandbox.xml Mon Apr 21 21:25:23 2008
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  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
@@ -74,6 +74,22 @@
       <property name="jarname" value="build/ant-m4e-@@DATE@@.jar"/>
     </ant>    
     <jar name="manual4eclipse/build/ant-m4e-@@DATE@@.jar"/>
+    
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="notifications@ant.apache.org"/>
+  </project>
+
+  <project name="dbpatch-antlib">
+    <package>org.apache.ant.dbpatch</package>
+    
+    <depend project="ant"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+    
+    <ant target="antlib" basedir="dbpatch">
+      <property name="jarname" value="build/ant-dbpatch-@@DATE@@.jar"/>
+    </ant>    
+    <jar name="dbpatch/build/ant-dbpatch-@@DATE@@.jar"/>
     
     <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
          to="notifications@ant.apache.org"/>