You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2005/02/01 04:37:12 UTC

cvs commit: gump/project ant-contrib.xml

carnold     2005/01/31 19:37:12

  Modified:    project  ant-contrib.xml
  Log:
  Add target to check that ant-contrib will load into Ant 1.5
  
  Revision  Changes    Path
  1.6       +13 -0     gump/project/ant-contrib.xml
  
  Index: ant-contrib.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ant-contrib.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ant-contrib.xml	21 Jan 2005 07:31:33 -0000	1.5
  +++ ant-contrib.xml	1 Feb 2005 03:37:12 -0000	1.6
  @@ -60,4 +60,17 @@
            to="ant-contrib-developers@lists.sourceforge.net"/>
     </project>
   
  +  <project name="ant-contrib-ant-1.5-compatibility">
  +    <ant buildfile="test/ant-1.5-compatibility.xml" target="check">
  +    </ant>
  +
  +    <depend project="ant-1.5" inherit="runtime"/>
  +    <depend project="xml-apis"/>
  +    <depend project="xml-xerces"/>
  +    <depend project="ant-contrib"/>
  +    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
  +         to="ant-contrib-developers@lists.sourceforge.net"/>
  +  </project>
  +
  +
   </module>