You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bi...@apache.org on 2004/05/21 07:32:35 UTC

cvs commit: gump/project jakarta-tomcat-40.xml

billbarker    2004/05/20 22:32:35

  Modified:    project  jakarta-tomcat-40.xml
  Log:
  Fix the reference to commons-logging-api jar.
  
  Revision  Changes    Path
  1.48      +2 -2      gump/project/jakarta-tomcat-40.xml
  
  Index: jakarta-tomcat-40.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-tomcat-40.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- jakarta-tomcat-40.xml	14 May 2004 17:40:48 -0000	1.47
  +++ jakarta-tomcat-40.xml	21 May 2004 05:32:35 -0000	1.48
  @@ -35,7 +35,7 @@
         <depend property="commons-logging.jar" project="commons-logging"
           runtime="true" id="commons-logging"/>
         <depend property="commons-logging-api.jar" project="commons-logging"
  -        runtime="true" id="api"/>
  +        runtime="true" id="commons-logging-api"/>
         <property name="regexp.jar"
           reference="jarpath" id="regexp" project="jakarta-regexp"/>
         <property name="jtc.home" reference="srcdir"
  @@ -101,7 +101,7 @@
         <depend property="commons-logging.jar" project="commons-logging"
           runtime="true" id="commons-logging"/>
         <depend property="commons-logging-api.jar" project="commons-logging"
  -        runtime="true" id="api"/>
  +        runtime="true" id="commons-logging-api"/>
       </ant>
   
       <depend project="ant"/>
  
  
  

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