You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@locus.apache.org on 2000/12/15 21:41:16 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/matching RegexpTargetHostMatcherFactory.java

giacomo     00/12/15 12:41:16

  Modified:    src/org/apache/cocoon/matching Tag: xml-cocoon2
                        RegexpTargetHostMatcherFactory.java
  Log:
  Replaceing the obsolete MatcherFactory with CodeFactory
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +4 -2      xml-cocoon/src/org/apache/cocoon/matching/Attic/RegexpTargetHostMatcherFactory.java
  
  Index: RegexpTargetHostMatcherFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/matching/Attic/RegexpTargetHostMatcherFactory.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- RegexpTargetHostMatcherFactory.java	2000/12/15 20:35:12	1.1.2.4
  +++ RegexpTargetHostMatcherFactory.java	2000/12/15 20:41:15	1.1.2.5
  @@ -7,6 +7,8 @@
    *****************************************************************************/
   package org.apache.cocoon.matching;
   
  +import org.apache.cocoon.CodeFactory;
  +
   import org.apache.regexp.RECompiler;
   import org.apache.regexp.REProgram;
   import org.apache.regexp.RESyntaxException;
  @@ -25,10 +27,10 @@
    * @author <a href="mailto:Giacomo.Pati@pwr.ch">Giacomo Pati</a>
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
    * @author <a href="mailto:paul@luminas.co.uk">Paul Russell</a>
  - * @version CVS $Revision: 1.1.2.4 $ $Date: 2000/12/15 20:35:12 $
  + * @version CVS $Revision: 1.1.2.5 $ $Date: 2000/12/15 20:41:15 $
    */
   
  -public class RegexpTargetHostMatcherFactory implements MatcherFactory {
  +public class RegexpTargetHostMatcherFactory implements CodeFactory {
       protected Logger log = LogKit.getLoggerFor("cocoon");
   
       public String generateParameterSource (NodeIterator conf)