Author: cziegeler
Date: Mon Jan 17 12:14:43 2005
New Revision: 125441

URL: http://svn.apache.org/viewcvs?view=rev&rev=125441
Log:
Add dependencies to configurations
Added:
   cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad.xconf   
(contents, props changed)
Modified:
   
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf
   
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf
   
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf
   
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf

Modified: 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf?view=diff&rev=125441&p1=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf&r1=125440&p2=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf&r2=125441
==============================================================================
--- 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf
     (original)
+++ 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf
     Mon Jan 17 12:14:43 2005
@@ -15,9 +15,13 @@
   limitations under the License.
 -->
 
+<!--+
+    |
+    | SVN $Id$
+    +-->
 <components>
   <!-- Include dependencies -->
-  <include src="context://WEB-INF/xconf/cocoon-cron.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-scratchpad.xconf"/>
 
   <source-factories>
 

Modified: 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf?view=diff&rev=125441&p1=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf&r1=125440&p2=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf&r2=125441
==============================================================================
--- 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf
 (original)
+++ 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf
 Mon Jan 17 12:14:43 2005
@@ -15,7 +15,14 @@
   limitations under the License.
 -->
 
+<!--+
+    |
+    | SVN $Id$
+    +-->
 <components>
+  <!-- Include dependencies -->
+  <include src="context://WEB-INF/xconf/cocoon-scratchpad.xconf"/>
+
 <!--
   <flow-interpreters>
     <component-instance name="groovy" 
class="org.apache.cocoon.components.flow.groovy.GroovyInterpreter"/>

Modified: 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf?view=diff&rev=125441&p1=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf&r1=125440&p2=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf&r2=125441
==============================================================================
--- 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf
   (original)
+++ 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf
   Mon Jan 17 12:14:43 2005
@@ -15,7 +15,14 @@
   limitations under the License.
 -->
 
+<!--+
+    |
+    | SVN $Id$
+    +-->
 <components>
+  <!-- Include dependencies -->
+  <include src="context://WEB-INF/xconf/cocoon-scratchpad.xconf"/>
+
   <flow-interpreters>
 
     <!-- Intercepted, FOM-aware JavaScript Interpreter -->

Modified: 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf?view=diff&rev=125441&p1=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf&r1=125440&p2=cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf&r2=125441
==============================================================================
--- 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf
 (original)
+++ 
cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf
 Mon Jan 17 12:14:43 2005
@@ -15,7 +15,14 @@
   limitations under the License.
 -->
 
+<!--+
+    |
+    | SVN $Id$
+    +-->
 <components>
+  <!-- Include dependencies -->
+  <include src="context://WEB-INF/xconf/cocoon-scratchpad.xconf"/>
+
   <source-factories>    
     <!-- zip pseudo protocol -->
     <component-instance 
class="org.apache.cocoon.components.source.impl.ZipSourceFactory" name="zip"/>

Added: cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad.xconf
Url: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad.xconf?view=auto&rev=125441
==============================================================================
--- (empty file)
+++ cocoon/trunk/src/blocks/scratchpad/WEB-INF/xconf/cocoon-scratchpad.xconf    
Mon Jan 17 12:14:43 2005
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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: sitemap.xmap 123887 2005-01-02 15:12:01Z sylvain $
+    +-->
+<components>
+  <!-- Include dependencies -->
+  <include src="context://WEB-INF/xconf/cocoon-batik.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-cron.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-velocity.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-xsp.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-javaflow.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-repository.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-faces.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-axis.xconf"/>
+  <!-- Include different scratchpad projects -->
+  <include 
src="context://WEB-INF/xconf/cocoon-scratchpad-caching-source.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-scratchpad-groovyflow.xconf"/>
+  <include 
src="context://WEB-INF/xconf/cocoon-scratchpad-intercepted-flow.xconf"/>
+  <include src="context://WEB-INF/xconf/cocoon-scratchpad-zip-source.xconf"/>
+</components>

Reply via email to