You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/03/26 14:09:37 UTC

cvs commit: gump/project ant.xml

bodewig     2004/03/26 05:09:37

  Modified:    project  ant.xml
  Log:
  Some jar renames, take advantage of JAI from jrefactory
  
  Revision  Changes    Path
  1.15      +7 -5      gump/project/ant.xml
  
  Index: ant.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ant.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ant.xml	27 Feb 2004 13:33:56 -0000	1.14
  +++ ant.xml	26 Mar 2004 13:09:37 -0000	1.15
  @@ -81,6 +81,7 @@
       <option project="jdepend"/>
       <option project="jsch"/>
       <option project="xml-commons-resolver" />
  +    <option project="jai"/>
   
       <home nested="build"/>
   
  @@ -88,24 +89,25 @@
       <jar name="lib/ant-launcher.jar" id="ant-launcher"/>
   
       <jar name="lib/ant-antlr.jar" id="antlr"/>
  +    <jar name="lib/ant-apache-bcel.jar" id="bcel"/>
       <jar name="lib/ant-apache-bsf.jar" id="bsf"/>
  +    <jar name="lib/ant-apache-log4j.jar" id="log4j"/>
  +    <jar name="lib/ant-apache-oro.jar" id="oro"/>
  +    <jar name="lib/ant-apache-regexp.jar" id="jakarta-regexp"/>
       <jar name="lib/ant-apache-resolver.jar" id="resolver"/>
  -    <jar name="lib/ant-jakarta-bcel.jar" id="bcel"/>
       <jar name="lib/ant-commons-logging.jar" id="commons-logging"/>
       <jar name="lib/ant-commons-net.jar" id="commons-net"/>
  -    <jar name="lib/ant-jakarta-regexp.jar" id="jakarta-regexp"/>
  +    <jar name="lib/ant-jai.jar" id="jai"/>
       <jar name="lib/ant-javamail.jar" id="javamail"/>
       <jar name="lib/ant-jdepend.jar" id="jdepend"/>
       <jar name="lib/ant-jmf.jar" id="jmf"/>
       <jar name="lib/ant-jsch.jar" id="jsch"/>
       <jar name="lib/ant-junit.jar" id="junit"/>
  -    <jar name="lib/ant-jakarta-log4j.jar" id="log4j"/>
  -    <jar name="lib/ant-jakarta-oro.jar" id="oro"/>
  +    <jar name="lib/ant-nodeps.jar" id="nodeps"/>
       <jar name="lib/ant-stylebook.jar" id="stylebook"/>
       <jar name="lib/ant-swing.jar" id="swing"/>
       <jar name="lib/ant-trax.jar" id="trax"/>
       <jar name="lib/ant-xalan2.jar" id="xalan2"/>
  -    <jar name="lib/ant-nodeps.jar" id="nodeps"/>
   
       <javadoc nested="build/javadocs" project="ant"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org