vgritsenko    2002/06/30 16:26:57

  Modified:    src/java/org/apache/cocoon/selection HostSelector.java
  Log:
  Remove references to *Factories
  
  Revision  Changes    Path
  1.6       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/selection/HostSelector.java
  
  Index: HostSelector.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/selection/HostSelector.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HostSelector.java 28 Feb 2002 15:08:51 -0000      1.5
  +++ HostSelector.java 30 Jun 2002 23:26:57 -0000      1.6
  @@ -69,7 +69,7 @@
    *
    * <p>Configuration:
    * <pre>
  - * &lt;map:selector name="host" 
src="org.apache.cocoon.selection.HostSelectorFactory"&gt;
  + * &lt;map:selector name="host" src="org.apache.cocoon.selection.HostSelector"&gt;
    *   &lt;host name="uk-site" value="www.foo.co.uk"/&gt;
    * &lt;/map:selector&gt;
    * </pre>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to