You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2006/06/12 09:57:06 UTC

svn commit: r413603 - in /cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF: ./ legacy/ legacy/xconf/ legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf

Author: reinhard
Date: Mon Jun 12 00:57:05 2006
New Revision: 413603

URL: http://svn.apache.org/viewvc?rev=413603&view=rev
Log:
add reloading classloader factory as component

Added:
    cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/   (with props)
    cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/   (with props)
    cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/   (with props)
    cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf   (with props)

Propchange: cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/
------------------------------------------------------------------------------
    eol:style = 'native'

Propchange: cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/
------------------------------------------------------------------------------
    eol:style = 'native'

Propchange: cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/
------------------------------------------------------------------------------
    eol:style = 'native'

Added: cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf?rev=413603&view=auto
==============================================================================
--- cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf (added)
+++ cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf Mon Jun 12 00:57:05 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- SVN $Id: cocoon-core.xconf 396505 2006-04-24 10:33:03Z antonio $ -->
+<components>
+
+  <!--+
+      | Reloading classloader
+      +-->
+  <component logger="core.classloader"
+    role="org.apache.cocoon.classloader.ClassLoaderFactory/reloading"
+    class="org.apache.cocoon.classloader.ReloadingClassLoaderFactory">
+  </component>
+
+</components>

Propchange: cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf
------------------------------------------------------------------------------
    eol:style = 'native'

Propchange: cocoon/trunk/core/cocoon-bootstrap/src/main/resources/META-INF/legacy/xconf/cocoon-bootstrap-realoding-classloader-factory.xconf
------------------------------------------------------------------------------
    svn:keywords = 'Id'