larryi      2002/09/11 10:23:07

  Modified:    .        build.xml
  Log:
  Fix, I assume, cut & paste error with "jakarta-logging".  Default to version
  1.0.1 since this is the one that has commons-logging-api.jar.
  
  Revision  Changes    Path
  1.187     +2 -2      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- build.xml 11 Sep 2002 05:36:42 -0000      1.186
  +++ build.xml 11 Sep 2002 17:23:07 -0000      1.187
  @@ -84,8 +84,8 @@
     <property name="commons-pool.lib" location="${commons-pool.home}/dist"/>
     <property name="commons-pool.jar" 
location="${commons-pool.lib}/commons-pool.jar"/>
   
  -  <property name="commons-logging.home" 
location="${jakarta-commons}/commons-logging-1.0" />
  -  <property name="commons-logging.lib" location="${jakarta-logging.home}" />
  +  <property name="commons-logging.home" 
location="${jakarta-commons}/commons-logging-1.0.1" />
  +  <property name="commons-logging.lib" location="${commons-logging.home}" />
     <property name="commons-logging.jar" 
location="${commons-logging.lib}/commons-logging-api.jar" />
   
     <property name="commons-collections.home" 
location="${jakarta-commons}/collections"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to