You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/09/01 09:00:31 UTC

svn commit: r265664 - in /cocoon/blocks: poi/trunk/WEB-INF/sitemap-additions/ poi/trunk/conf/ profiler/trunk/WEB-INF/sitemap-additions/ profiler/trunk/conf/ proxy/trunk/WEB-INF/sitemap-additions/ proxy/trunk/conf/ scratchpad/trunk/WEB-INF/sitemap-addit...

Author: cziegeler
Date: Wed Aug 31 23:59:57 2005
New Revision: 265664

URL: http://svn.apache.org/viewcvs?rev=265664&view=rev
Log:
No more patching for sitemap components

Added:
    cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf   (with props)
    cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf   (with props)
    cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf   (with props)
    cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf   (with props)
    cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf   (with props)
    cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf   (with props)
    cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf   (with props)
    cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf   (with props)
    cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf   (with props)
    cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf   (with props)
    cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf   (with props)
    cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf   (with props)
    cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf   (with props)
Removed:
    cocoon/blocks/poi/trunk/conf/poi.xmap
    cocoon/blocks/profiler/trunk/conf/profiler.component.xmap
    cocoon/blocks/profiler/trunk/conf/profiler.xmap
    cocoon/blocks/proxy/trunk/conf/proxy.xmap
    cocoon/blocks/proxy/trunk/conf/wsproxy.xmap
    cocoon/blocks/scratchpad/trunk/conf/regex-matcher.xmap
    cocoon/blocks/serializers/trunk/conf/
    cocoon/blocks/session-fw/trunk/conf/session-act.xmap
    cocoon/blocks/session-fw/trunk/conf/session-sel.xmap
    cocoon/blocks/session-fw/trunk/conf/session-tran.xmap
    cocoon/blocks/slop/trunk/conf/slop-generator.xmap
    cocoon/blocks/stx/trunk/conf/stx-transformer.xmap
    cocoon/blocks/template/trunk/conf/
    cocoon/blocks/velocity/trunk/conf/velocity.xmap
    cocoon/blocks/webdav/trunk/conf/webdav.xmap
    cocoon/blocks/xmldb/trunk/conf/xmldb.transformer.xmap
    cocoon/blocks/xsp/trunk/conf/xsp-action.xmap
    cocoon/blocks/xsp/trunk/conf/xsp-generator.xmap

Added: cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf (added)
+++ cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,25 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:serializers>
+    <map:serializer name="xls" src="org.apache.cocoon.serialization.HSSFSerializer" mime-type="application/vnd.ms-excel"/>
+  </map:serializers>
+</map:components>

Propchange: cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf (added)
+++ cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,35 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator label="content"
+                   logger="sitemap.generator.profiler"
+                   name="profiler"
+                   src="org.apache.cocoon.generation.ProfilerGenerator"/>
+  </map:generators>
+  <map:pipes>
+     <!-- The following two can be used for profiling:-->
+     <map:pipe name="profile-caching"
+                   src="org.apache.cocoon.components.profiler.ProfilingCachingProcessingPipeline"/>
+     <map:pipe name="profile-noncaching"
+                   src="org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline"/>
+  </map:pipes>
+</map:components>
\ No newline at end of file

Propchange: cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf (added)
+++ cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,32 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator name="proxy"
+                   logger="sitemap.generator.proxy"
+                   src="org.apache.cocoon.generation.HttpProxyGenerator"
+                   label="content"/>
+    <map:generator label="content"
+                   logger="sitemap.generator.wsproxy"
+                   name="wsproxy"
+                   src="org.apache.cocoon.generation.WebServiceProxyGenerator"/>
+  </map:generators>
+</map:components>

Propchange: cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf (added)
+++ cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,26 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:matchers>
+    <map:matcher logger="sitemap.matcher.regexp" name="regexp-defaults"
+                 src="org.apache.cocoon.matching.RegexpURIDefaultsMatcher"/>
+  </map:matchers>
+</map:components>
\ No newline at end of file

Propchange: cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf (added)
+++ cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,42 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:serializers>
+    <map:serializer name="exml"
+                    logger="sitemap.serializer.exml"
+                    src="org.apache.cocoon.components.serializers.XMLSerializer"
+                    mime-type="text/xml">
+      <encoding>UTF-8</encoding>
+    </map:serializer>
+    <map:serializer name="exhtml"
+                    logger="sitemap.serializer.exhtml"
+                    src="org.apache.cocoon.components.serializers.XHTMLSerializer"
+                    mime-type="text/xhtml">
+      <encoding>UTF-8</encoding>
+    </map:serializer>
+    <map:serializer name="ehtml"
+                    logger="sitemap.serializer.ehtml"
+                    src="org.apache.cocoon.components.serializers.HTMLSerializer"
+                    mime-type="text/html">
+      <encoding>UTF-8</encoding>
+    </map:serializer>
+  </map:serializers>
+</map:components>

Propchange: cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf (added)
+++ cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,47 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformers>
+    <map:transformer name="session"
+                     src="org.apache.cocoon.webapps.session.transformation.SessionTransformer"
+                     pool-max="32"/>
+    <map:transformer name="session-pre"
+                     src="org.apache.cocoon.webapps.session.transformation.SessionPreTransformer"
+                     pool-max="32"/>
+    <map:transformer name="session-post"
+                     src="org.apache.cocoon.webapps.session.transformation.SessionPostTransformer"
+                     pool-max="32"/>
+  </map:transformers>
+  <map:actions>
+    <map:action name="session"
+                src="org.apache.cocoon.webapps.session.acting.SessionAction"/>
+
+    <map:action name="session-form"
+                src="org.apache.cocoon.webapps.session.acting.SessionFormAction"/>
+
+    <map:action name="session-form-manager"
+                src="org.apache.cocoon.webapps.session.acting.FormManagerAction"/>
+  </map:actions>
+  <map:selectors>
+    <map:selector name="session-media"
+                  src="org.apache.cocoon.webapps.session.selection.MediaSelector"/>
+  </map:selectors>
+</map:components>
\ No newline at end of file

Propchange: cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf (added)
+++ cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,30 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator
+        name="slop"
+        logger="sitemap.generator.slop"
+        src="org.apache.cocoon.slop.generation.SlopGenerator"
+    />
+  </map:generators>
+</map:components>
+

Propchange: cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf (added)
+++ cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,30 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformers>
+    <map:transformer name="stx"
+                     logger="sitemap.transformer.stx"
+                     src="org.apache.cocoon.transformation.TraxTransformer">
+        <transformer-factory>net.sf.joost.trax.TransformerFactoryImpl</transformer-factory>
+    </map:transformer>
+  </map:transformers>
+</map:components>
+

Propchange: cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf (added)
+++ cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,34 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator name="jx"
+                   logger="sitemap.generator.jx"
+                   src="org.apache.cocoon.template.JXTemplateGenerator"
+                   label="content"
+                   pool-max="16">
+    </map:generator>
+  </map:generators>
+  <map:transformers>
+    <map:transformer logger="sitemap.transformer.jx" name="jx" pool-max="16" src="org.apache.cocoon.template.JXTemplateTransformer"/>
+  </map:transformers>
+</map:components>
+

Propchange: cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf (added)
+++ cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,29 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator label="content"
+                   logger="sitemap.generator.velocity"
+                   name="velocity"
+                   src="org.apache.cocoon.generation.VelocityGenerator"/>
+  </map:generators>
+</map:components>
+

Propchange: cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf (added)
+++ cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,26 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformers>
+      <!-- =================== DASL Transformer ========================= -->
+    <map:transformer name="dasl" src="org.apache.cocoon.transformation.DASLTransformer"/>
+  </map:transformers>
+</map:components>

Propchange: cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/cocoon-webdav.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf (added)
+++ cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,32 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:transformers>
+      <map:transformer logger="sitemap.transformer.xmldb" name="xmldb" src="org.apache.cocoon.transformation.XMLDBTransformer">
+      <!-- Driver class (optional). Uncomment if you want XMLDBTransformer
+           to create and register XML:DB database. Keep commented out if
+           database created somewhere else (for example, by XML:DB source factory)
+      <driver>org.apache.xindice.client.xmldb.embed.DatabaseImpl</driver>
+      -->
+      <base>xmldb:xindice-embed:///db</base>
+    </map:transformer>
+  </map:transformers>
+</map:components>

Propchange: cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/xmldb/trunk/WEB-INF/sitemap-additions/cocoon-xmldb.xconf
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf?rev=265664&view=auto
==============================================================================
--- cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf (added)
+++ cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf Wed Aug 31 23:59:57 2005
@@ -0,0 +1,32 @@
+<?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.
+-->
+<!--+
+    |
+    | $Id$
+    +-->
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    <map:generator label="content" logger="sitemap.generator.serverpages" name="serverpages" 
+                   pool-max="32"
+                   src="org.apache.cocoon.generation.ServerPagesGenerator"/>
+  </map:generators>
+  <map:actions>
+   <map:action logger="sitemap.action.serverpages" name="serverpages"
+               pool-max="32"
+               src="org.apache.cocoon.acting.ServerPagesAction"/>
+  </map:actions>
+</map:components>

Propchange: cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/xsp/trunk/WEB-INF/sitemap-additions/cocoon-xsp.xconf
------------------------------------------------------------------------------
    svn:keywords = Id