craigmcc    01/10/27 13:19:06

  Modified:    catalina build.xml
  Removed:     catalina/src/share/org/apache/catalina/util/ssi
                        SsiMediator.java
  Log:
  Remove the obsolete SsiMediator class, which fixes the compile problem (so
  I re-enabled compiling SSI code by default.
  
  Thanks to Paul Speed <[EMAIL PROTECTED]> for speedily :-) figuring out
  what the problem was.
  
  Revision  Changes    Path
  1.82      +0 -2      jakarta-tomcat-4.0/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- build.xml 2001/10/27 00:50:05     1.81
  +++ build.xml 2001/10/27 20:19:06     1.82
  @@ -233,9 +233,7 @@
           <equals arg1="${jdk.1.3.present}" arg2="true" />
         </or>
       </condition>
  -<!-- Uncomment this to compile the SSI code
       <property name="compile.ssi" value="true"/>
  --->
       <condition property="compile.tyrex">
         <or>
           <equals arg1="${full.dist}" arg2="on" />
  
  
  

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

Reply via email to