billbarker    2002/09/10 22:36:43

  Modified:    .        build.xml
  Log:
  Add commons-logging to the ClassPath for Util.
  
  Preliminary step for starting on converting Util to c-l (which makes debugging soooo 
much nicer :)
  
  Revision  Changes    Path
  1.186     +5 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -r1.185 -r1.186
  --- build.xml 30 Jul 2002 19:07:28 -0000      1.185
  +++ build.xml 11 Sep 2002 05:36:42 -0000      1.186
  @@ -84,6 +84,10 @@
     <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.jar" 
location="${commons-logging.lib}/commons-logging-api.jar" />
  +
     <property name="commons-collections.home" 
location="${jakarta-commons}/collections"/>
     <property name="commons-collections.lib" 
location="${commons-collections.home}/dist"/>
     <property name="commons-collections.jar" 
location="${commons-collections.lib}/commons-collections.jar"/>
  @@ -310,6 +314,7 @@
              srcdir="src/share">
         <classpath>
           <pathelement location="${tomcat-util.jar}"/>
  +     <pathelement location="${commons-logging.jar}" />
         </classpath>
         <include name="org/apache/tomcat/util/**"/>
   
  
  
  

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

Reply via email to