costin      01/08/20 22:41:35

  Modified:    .        build.xml
  Log:
  Etomcat.jar goes to common ( that EmbededTomcat )
  
  Revision  Changes    Path
  1.148     +1 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- build.xml 2001/08/03 02:30:50     1.147
  +++ build.xml 2001/08/21 05:41:35     1.148
  @@ -387,7 +387,7 @@
         <include name="org/apache/tomcat/startup/**"/>
       </jar>
   
  -    <jar jarfile="${tomcat.build}/lib/etomcat.jar"
  +    <jar jarfile="${tomcat.build}/lib/common/etomcat.jar"
            basedir="${tomcat.build}/classes"
            manifest="src/build/manifests/manifest.embedded">
         <include name="org/apache/tomcat/startup/**"/>
  
  
  

Reply via email to