vgritsenko    2002/08/01 20:16:04

  Modified:    src/java/org/apache/cocoon Tag: cocoon_2_0_3_branch
                        cocoon.roles
               src/scratchpad/src/org/apache/cocoon/components/modules/output
                        Tag: cocoon_2_0_3_branch OutputModule.java
               src/java/org/apache/cocoon cocoon.roles
               src/java/org/apache/cocoon/components/modules/output
                        OutputModule.java
  Log:
  fix typo reported by Andrew Sterling Hanenkamp [[EMAIL PROTECTED]]
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.18.2.3  +1 -1      xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.18.2.2
  retrieving revision 1.18.2.3
  diff -u -r1.18.2.2 -r1.18.2.3
  --- cocoon.roles      1 Jul 2002 08:04:58 -0000       1.18.2.2
  +++ cocoon.roles      2 Aug 2002 03:16:04 -0000       1.18.2.3
  @@ -183,7 +183,7 @@
           shorthand="input-modules"
           
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
   
  -  <role name="org.apache.cocoon.components.modules.input.OutputModuleSelector"
  +  <role name="org.apache.cocoon.components.modules.output.OutputModuleSelector"
           shorthand="output-modules"
           
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +2 -2      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/modules/output/Attic/OutputModule.java
  
  Index: OutputModule.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/modules/output/Attic/OutputModule.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- OutputModule.java 15 Mar 2002 15:15:08 -0000      1.1
  +++ OutputModule.java 2 Aug 2002 03:16:04 -0000       1.1.2.1
  @@ -67,7 +67,7 @@
    */
   public interface OutputModule extends Component {
   
  -    String ROLE = "org.apache.cocoon.components.modules.input.OutputModule";
  +    String ROLE = "org.apache.cocoon.components.modules.output.OutputModule";
   
       /**
        * communicate an attribute value to further processing logic.
  
  
  
  1.33      +1 -1      xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- cocoon.roles      1 Jul 2002 08:21:09 -0000       1.32
  +++ cocoon.roles      2 Aug 2002 03:16:04 -0000       1.33
  @@ -195,7 +195,7 @@
           shorthand="input-modules"
           
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
   
  -  <role name="org.apache.cocoon.components.modules.input.OutputModuleSelector"
  +  <role name="org.apache.cocoon.components.modules.output.OutputModuleSelector"
           shorthand="output-modules"
           
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
   
  
  
  
  1.4       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/modules/output/OutputModule.java
  
  Index: OutputModule.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/modules/output/OutputModule.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OutputModule.java 7 Jun 2002 08:50:14 -0000       1.3
  +++ OutputModule.java 2 Aug 2002 03:16:04 -0000       1.4
  @@ -67,7 +67,7 @@
    */
   public interface OutputModule extends Component {
   
  -    String ROLE = "org.apache.cocoon.components.modules.input.OutputModule";
  +    String ROLE = "org.apache.cocoon.components.modules.output.OutputModule";
   
       /**
        * communicate an attribute value to further processing logic.
  
  
  

----------------------------------------------------------------------
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