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/08/31 22:30:32 UTC

svn commit: r265576 - in /cocoon/blocks: jfor/trunk/WEB-INF/sitemap-additions/ jfor/trunk/conf/ jsp/trunk/WEB-INF/sitemap-additions/ jsp/trunk/conf/ lucene/trunk/WEB-INF/sitemap-additions/ lucene/trunk/conf/ midi/trunk/WEB-INF/sitemap-additions/ midi/t...

Author: cziegeler
Date: Wed Aug 31 13:30:16 2005
New Revision: 265576

URL: http://svn.apache.org/viewcvs?rev=265576&view=rev
Log:
Rework blocks j-o

Added:
    cocoon/blocks/jfor/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/jfor/trunk/WEB-INF/sitemap-additions/cocoon-jfor.xconf   (with props)
    cocoon/blocks/jsp/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/jsp/trunk/WEB-INF/sitemap-additions/cocoon-jsp.xconf   (with props)
    cocoon/blocks/lucene/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/lucene/trunk/WEB-INF/sitemap-additions/cocoon-lucene.xconf   (with props)
    cocoon/blocks/midi/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/midi/trunk/WEB-INF/sitemap-additions/cocoon-midi.xconf   (with props)
Removed:
    cocoon/blocks/jfor/trunk/conf/jfor.xmap
    cocoon/blocks/jsp/trunk/conf/jsp.generator.xmap
    cocoon/blocks/jsp/trunk/conf/jsp.xmap
    cocoon/blocks/lucene/trunk/conf/lucene.xmap
    cocoon/blocks/midi/trunk/conf/midi.generator.xmap
    cocoon/blocks/midi/trunk/conf/midi.serializer.xmap

Added: cocoon/blocks/jfor/trunk/WEB-INF/sitemap-additions/cocoon-jfor.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/jfor/trunk/WEB-INF/sitemap-additions/cocoon-jfor.xconf?rev=265576&view=auto
==============================================================================
--- cocoon/blocks/jfor/trunk/WEB-INF/sitemap-additions/cocoon-jfor.xconf (added)
+++ cocoon/blocks/jfor/trunk/WEB-INF/sitemap-additions/cocoon-jfor.xconf Wed Aug 31 13:30:16 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="fo2rtf" src="org.apache.cocoon.serialization.RTFSerializer" mime-type="application/msword"/>
+  </map:serializers>
+</map:components>

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

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

Added: cocoon/blocks/jsp/trunk/WEB-INF/sitemap-additions/cocoon-jsp.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/jsp/trunk/WEB-INF/sitemap-additions/cocoon-jsp.xconf?rev=265576&view=auto
==============================================================================
--- cocoon/blocks/jsp/trunk/WEB-INF/sitemap-additions/cocoon-jsp.xconf (added)
+++ cocoon/blocks/jsp/trunk/WEB-INF/sitemap-additions/cocoon-jsp.xconf Wed Aug 31 13:30:16 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 name="jsp"
+                   src="org.apache.cocoon.generation.JSPGenerator"
+                   label="content"/>
+  </map:generators>
+  <map:readers>
+    <map:reader name="jsp" src="org.apache.cocoon.reading.JSPReader">
+    <!-- The configuration for the JSPReader with its default values:
+      <buffer-size>8192</buffer-size>
+      <output-encoding>UTF-8</output-encoding>
+    -->
+    </map:reader>
+  </map:readers>
+</map:components>

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

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

Added: cocoon/blocks/lucene/trunk/WEB-INF/sitemap-additions/cocoon-lucene.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/lucene/trunk/WEB-INF/sitemap-additions/cocoon-lucene.xconf?rev=265576&view=auto
==============================================================================
--- cocoon/blocks/lucene/trunk/WEB-INF/sitemap-additions/cocoon-lucene.xconf (added)
+++ cocoon/blocks/lucene/trunk/WEB-INF/sitemap-additions/cocoon-lucene.xconf Wed Aug 31 13:30:16 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:generators>
+    <map:generator name="search" src="org.apache.cocoon.generation.SearchGenerator"/>
+  </map:generators>
+</map:components>

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

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

Added: cocoon/blocks/midi/trunk/WEB-INF/sitemap-additions/cocoon-midi.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/midi/trunk/WEB-INF/sitemap-additions/cocoon-midi.xconf?rev=265576&view=auto
==============================================================================
--- cocoon/blocks/midi/trunk/WEB-INF/sitemap-additions/cocoon-midi.xconf (added)
+++ cocoon/blocks/midi/trunk/WEB-INF/sitemap-additions/cocoon-midi.xconf Wed Aug 31 13:30:16 2005
@@ -0,0 +1,28 @@
+<?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="xmidi" src="org.apache.cocoon.generation.XMidiGenerator" label="content"/>
+  </map:generators>
+  <map:serializers>
+    <map:serializer name="xmidi" src="org.apache.cocoon.serialization.XMidiSerializer"/>
+  </map:serializers>
+</map:components>

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

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