You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Reinhard Pötz <re...@apache.org> on 2004/03/05 16:06:07 UTC

Re: cvs commit: cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/store JCSStore.java

unico@apache.org wrote:

>unico       2004/03/05 07:05:02
>
>  Modified:    src/blocks/scratchpad/java/org/apache/cocoon/components/store
>                        JCSStore.java
>  Log:
>  clean up logging and add some TODOs
>  
>  Revision  Changes    Path
>  1.3       +19 -25    cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/store/JCSStore.java
>  
>  Index: JCSStore.java
>  ===================================================================
>  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/store/JCSStore.java,v
>  retrieving revision 1.2
>  retrieving revision 1.3
>  diff -u -r1.2 -r1.3
>  --- JCSStore.java	5 Mar 2004 10:07:26 -0000	1.2
>  +++ JCSStore.java	5 Mar 2004 15:05:02 -0000	1.3
>  @@ -93,7 +93,10 @@
>        *      <code>group-name</code>: the group to be used as defined in the config file
>        *    </li>
>        *  </ul>
>  -     *
>  +     * 
>  +     * TODO: instead of loading properties from an external file we may want to
>  +     * specify them using parameters.
>
>  
>
This would be fine (I don't like it if we have so many configuration 
files around ... cocoon.xconf, logkit.xconf, ojb.properties is enough)

--
Reinhard