You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/12/30 13:21:53 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/modules/input PropertiesFileModule.java

unico       2003/12/30 04:21:53

  Modified:    src/java/org/apache/cocoon/components/modules/input
                        PropertiesFileModule.java
  Log:
  correct name
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-2.2/src/java/org/apache/cocoon/components/modules/input/PropertiesFileModule.java
  
  Index: PropertiesFileModule.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/modules/input/PropertiesFileModule.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PropertiesFileModule.java	26 Dec 2003 18:43:39 -0000	1.3
  +++ PropertiesFileModule.java	30 Dec 2003 12:21:53 -0000	1.4
  @@ -78,7 +78,7 @@
    * @avalon.component
    * @avalon.service type=InputModule
    * @x-avalon.lifestyle type=singleton
  - * @x-avalon.info name=properties-file-module
  + * @x-avalon.info name=properties-file-input
    */
   public class PropertiesFileModule extends AbstractJXPathModule 
   implements InputModule, Serviceable, Configurable, ThreadSafe {