larryi      02/04/14 21:07:01

  Modified:    util     build.xml
  Log:
  Include in util/build/lib a copy of the actual commons-logging.jar used in
  the build.  Allows the choice of the logging jar to remain local, and an
  external project can get this choice from a known location.
  
  Revision  Changes    Path
  1.8       +4 -0      jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 11 Apr 2002 19:21:02 -0000      1.7
  +++ build.xml 15 Apr 2002 04:07:01 -0000      1.8
  @@ -72,6 +72,10 @@
        <jar jarfile="${tomcat-util.build}/lib/tomcat-util.jar"
             basedir="${tomcat-util.build}/classes"
             />
  +
  +     <!-- Include a copy of the commons-logging.jar that we built with -->
  +     <copy tofile="${tomcat-util.build}/lib/commons-logging.jar"
  +           file="${commons-logging.jar}"/>
       </target>
   
       <!-- ================ BUILD: Create Tomcat-Util Javadocs =================== -->
  
  
  

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

Reply via email to