You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@locus.apache.org on 2000/09/28 05:36:14 UTC

cvs commit: jakarta-tomcat/src/facade23/org/apache/tomcat/facade23 Servlet23Manager.java

costin      00/09/27 20:36:13

  Modified:    .        build.xml
  Removed:     src/facade23/org/apache/tomcat/facade23
                        Servlet23Manager.java
  Log:
  Remove Servlet23 FacadeManager ( a new interceptor will be needed,
  but that can wait until someone starts implementing 2.3 )
  
  Default build target changed to the new modular build, with separated
  facade.
  
  Revision  Changes    Path
  1.85      +9 -2      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- build.xml	2000/09/25 17:17:50	1.84
  +++ build.xml	2000/09/28 03:36:12	1.85
  @@ -224,6 +224,13 @@
         basedir="${tomcat.build}/classes" > 
         <include name="org/apache/tomcat/facade/**" /> 
       </jar>
  +    <!-- Copy the file in lib/ too, for tomcat.sh use ( until this is 
  +         fixed for multiple facades 
  +      -->
  +    <jar jarfile="${tomcat.build}/lib/facade22.jar"
  +      basedir="${tomcat.build}/classes" > 
  +      <include name="org/apache/tomcat/facade/**" /> 
  +    </jar>
     </target>
   
     <!-- ==================== Servlet 23 (default) implementation ========== -->
  @@ -488,10 +495,10 @@
   
     <!-- ==================== Admin & agreagate ==================== -->
      
  -  <target name="tomcat" depends="prepare,tomcat-compile,tomcat-jars">
  +  <target name="tomcat-old" depends="prepare,tomcat-compile,tomcat-jars">
     </target>
   
  -  <target name="tomcat-new" depends="prepare,tomcat-jars-new">
  +  <target name="tomcat" depends="prepare,tomcat-jars-new">
     </target>
   
     <target name="clean-classes" depends="init">