costin      01/07/27 20:09:33

  Modified:    src/share/org/apache/tomcat/modules/config
                        ServerXmlReader.java
  Log:
  Added back the addModules - there are different files..
  
  Revision  Changes    Path
  1.15      +1 -1      
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ServerXmlReader.java
  
  Index: ServerXmlReader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ServerXmlReader.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ServerXmlReader.java      2001/07/27 04:00:18     1.14
  +++ ServerXmlReader.java      2001/07/28 03:09:32     1.15
  @@ -129,7 +129,7 @@
        setPropertiesRules( cm, xh );
        setTagRules( xh );
        addDefaultTags(cm, xh);
  -     //addTagRules( cm, xh );
  +     addTagRules( cm, xh );
        setBackward( xh );
   
        // load the config file(s)
  
  
  

Reply via email to