CVS: jcontainer/loom/distribution/src/conf kernel.xml,1.9,1.10

Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:06 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/distribution/src/conf
In directory hogshead.codehaus.org:/tmp/cvs-serv21491/distribution/src/conf

Modified Files:
	kernel.xml 
Log Message:
Styled codebase


Index: kernel.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/distribution/src/conf/kernel.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kernel.xml	29 Oct 2003 22:46:17 -0000	1.9
+++ kernel.xml	3 Dec 2003 10:44:32 -0000	1.10
@@ -99,13 +99,13 @@
             class="org.jcontainer.loom.components.configuration.NoopConfigurationInterceptor"
             logger="config"/>
 
-<!--
-        <component role="org.jcontainer.loom.interfaces.ConfigurationInterceptor"
-            class="org.jcontainer.loom.components.configuration.FileSystemPersistentConfigurationInterceptor"
-            logger="config">
-            <storage-directory>${loom.home}/conf/apps</storage-directory>
-        </component>
--->
+        <!--
+                <component role="org.jcontainer.loom.interfaces.ConfigurationInterceptor"
+                    class="org.jcontainer.loom.components.configuration.FileSystemPersistentConfigurationInterceptor"
+                    logger="config">
+                    <storage-directory>${loom.home}/conf/apps</storage-directory>
+                </component>
+        -->
 
         <component role="org.jcontainer.loom.interfaces.ConfigurationValidator"
             class="org.jcontainer.loom.components.validator.DefaultConfigurationValidator"