remm        2003/07/29 08:14:40

  Modified:    .        build.xml
  Log:
  - Copy jk2.properties to conf.
  
  Revision  Changes    Path
  1.146     +4 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- build.xml 23 Jul 2003 18:31:05 -0000      1.145
  +++ build.xml 29 Jul 2003 15:14:39 -0000      1.146
  @@ -201,6 +201,10 @@
         <property name="tomcat-jni.jar" 
value="${tomcat.build}/server/lib/tomcat-jni.jar" />
   
       </ant>
  +
  +    <copy file="${jtc.home}/jk/conf/jk2.properties" 
  +        todir="${tomcat.build}/conf" />
  +
     </target>
   
     <target name="build-tomcatcoyote" 
  
  
  

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

Reply via email to