You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/11/14 22:05:37 UTC

svn commit: rev 65628 - in lenya/trunk/src/webapp: . lenya lenya/pubs/blog lenya/pubs/default

Author: gregor
Date: Sun Nov 14 13:05:36 2004
New Revision: 65628

Modified:
   lenya/trunk/src/webapp/global-sitemap.xmap
   lenya/trunk/src/webapp/lenya/admin.xmap
   lenya/trunk/src/webapp/lenya/i18n.xmap
   lenya/trunk/src/webapp/lenya/import.xmap
   lenya/trunk/src/webapp/lenya/lenya.xmap
   lenya/trunk/src/webapp/lenya/navigation.xmap
   lenya/trunk/src/webapp/lenya/pubs/blog/atomapi.xmap
   lenya/trunk/src/webapp/lenya/pubs/blog/webdav.xmap
   lenya/trunk/src/webapp/lenya/pubs/default/doctypes.xmap
   lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap
   lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap
   lenya/trunk/src/webapp/lenya/pubs/default/usecase-bxe.xmap
   lenya/trunk/src/webapp/lenya/scheduler.xmap
Log:
sitemap components cleanup

Modified: lenya/trunk/src/webapp/global-sitemap.xmap
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap	(original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap	Sun Nov 14 13:05:36 2004
@@ -19,15 +19,7 @@
     
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:generators default="file"/>
-    <map:serializers default="html"/>
-    <map:readers default="resource"/>
-    <map:matchers default="wildcard"/>
-    <map:selectors default="browser"/>
-    <map:actions/>
-    <map:pipes default="caching"/>
-  </map:components>
+  <map:components/>
 
 <!-- =========================== Views =================================== -->
 

Modified: lenya/trunk/src/webapp/lenya/admin.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/admin.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/admin.xmap	Sun Nov 14 13:05:36 2004
@@ -19,15 +19,7 @@
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:generators default="file"/>
-    <map:transformers default="xslt"/>
-    <map:readers default="resource"/>
-    <map:serializers default="html"/>
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-    <map:selectors/>
-  </map:components>
+  <map:components/>
 
   <map:flow language="javascript">
     <map:script src="content/ac/passwd.js"/>

Modified: lenya/trunk/src/webapp/lenya/i18n.xmap
==============================================================================
Binary files. No diff available.

Modified: lenya/trunk/src/webapp/lenya/import.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/import.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/import.xmap	Sun Nov 14 13:05:36 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: import.xmap,v 1.3 2004/03/13 12:57:53 gregor Exp $ -->
+<!-- $Id$ -->
 
 <!-- README: -->
 <!-- ======= -->
@@ -31,15 +31,7 @@
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:generators default="file"/>
-    <map:transformers default="xslt"/>
-    <map:readers default="resource"/>
-    <map:serializers default="html"/>
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-    <map:selectors/>
-  </map:components>
+  <map:components/>
 
   <map:pipelines>
     

Modified: lenya/trunk/src/webapp/lenya/lenya.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/lenya.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/lenya.xmap	Sun Nov 14 13:05:36 2004
@@ -20,15 +20,8 @@
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <!-- =========================== Components ================================ -->
 
-  <map:components>
-    <map:generators default="file"/>
-    <map:transformers default="xslt"/>
-    <map:readers default="resource"/>
-    <map:serializers default="html"/>
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-    <map:selectors/>
-  </map:components>
+  <map:components/>
+
   <!-- =========================== Pipelines ================================ -->
 
     <map:resources>

Modified: lenya/trunk/src/webapp/lenya/navigation.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/navigation.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/navigation.xmap	Sun Nov 14 13:05:36 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: navigation.xmap,v 1.22 2004/05/17 09:43:46 gregor Exp $ -->
+<!-- $Id$ -->
 
 <!--
 This sitemap creates default navigation components.
@@ -24,15 +24,8 @@
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <!-- =========================== Components ================================ -->
 
-  <map:components>
-    <map:generators default="file"/>
-    <map:transformers default="xslt"/>
-    <map:readers default="resource"/>
-    <map:serializers default="html"/>
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-    <map:selectors/>
-  </map:components>
+  <map:components/>
+
   <!-- =========================== Pipelines ================================ -->
   
   <map:resources>

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/atomapi.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/atomapi.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/atomapi.xmap	Sun Nov 14 13:05:36 2004
@@ -15,16 +15,11 @@
   limitations under the License.
 -->
 
-<!-- $Id: atomapi.xmap,v 1.9 2004/03/19 10:21:35 gregor Exp $ -->
+<!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:selectors default="browser">
-      <map:selector logger="sitemap.selector.request-method" name="request-method" src="org.apache.cocoon.selection.RequestMethodSelector"/>
-      <map:selector logger="sitemap.selector.request-parameter" name="request-parameter" src="org.apache.cocoon.selection.RequestParameterSelector"/>
-    </map:selectors>
-  </map:components>
+  <map:components/>
 
   <map:views/>
 

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/webdav.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/webdav.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/webdav.xmap	Sun Nov 14 13:05:36 2004
@@ -15,15 +15,11 @@
   limitations under the License.
 -->
 
-<!-- $Id: webdav.xmap,v 1.10 2004/05/12 13:04:45 gregor Exp $ -->
+<!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:selectors default="browser">
-      <map:selector logger="sitemap.selector.request-method" name="request-method" src="org.apache.cocoon.selection.RequestMethodSelector"/>
-    </map:selectors>
-  </map:components>
+  <map:components/>
 
   <map:views/>
 

Modified: lenya/trunk/src/webapp/lenya/pubs/default/doctypes.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/doctypes.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/doctypes.xmap	Sun Nov 14 13:05:36 2004
@@ -19,11 +19,7 @@
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:generators default="file" />
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-  </map:components>
+  <map:components/>
 
   <map:views>
   </map:views>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap	Sun Nov 14 13:05:36 2004
@@ -19,18 +19,7 @@
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   
-  <map:components>
-    <map:generators default="file"/>
-    <map:matchers default="wildcard"/>
-    <map:actions>
-      <map:action logger="sitemap.action.language-exists" 
-        name="language-exists" 
-        src="org.apache.lenya.cms.cocoon.acting.LanguageExistsAction"/>
-    </map:actions>
-    <map:selectors>
-     <map:selector name="request-method" logger="sitemap.selector.request-method" src="org.apache.cocoon.selection.RequestMethodSelector"/>
-    </map:selectors>
-  </map:components>
+  <map:components/>
   
   <map:views>
     <map:view from-label="aggregation" name="aggregation">

Modified: lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap	Sun Nov 14 13:05:36 2004
@@ -19,13 +19,7 @@
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-  <map:components>
-    <map:generators default="file"/>
-    <map:readers default="resource"/>
-    <map:serializers default="html"/>
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-  </map:components>
+  <map:components/>
 
   <map:resources>
     <map:resource name="style-cms-page">

Modified: lenya/trunk/src/webapp/lenya/pubs/default/usecase-bxe.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/usecase-bxe.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/usecase-bxe.xmap	Sun Nov 14 13:05:36 2004
@@ -22,22 +22,12 @@
 	<!-- =========================== Components ================================ -->
 	<map:components>
 		<map:generators default="file"/>
-		<map:transformers default="xalan">
-      <map:transformer name="cinclude"
-        src="org.apache.cocoon.transformation.CIncludeTransformer"/>
-      </map:transformers>
+		<map:transformers default="xalan"/>
 		<map:readers default="resource"/>
 		<map:serializers default="xhtml"/>
 		<map:matchers default="wildcard"/>
-    <map:actions>
-      <map:action name="upload" logger="sitemap.action.upload" src="org.apache.lenya.cms.cocoon.acting.UploadAction" />
-    </map:actions>
-		
-		<map:selectors>
-      <map:selector name="request-method" logger="sitemap.selector.request-method"
-        src="org.apache.cocoon.selection.RequestMethodSelector"/>
-		</map:selectors>
-		
+        <map:actions/>
+		<map:selectors/>
 	</map:components>
 	
   <!-- =========================== Resources ================================ -->

Modified: lenya/trunk/src/webapp/lenya/scheduler.xmap
==============================================================================
--- lenya/trunk/src/webapp/lenya/scheduler.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/scheduler.xmap	Sun Nov 14 13:05:36 2004
@@ -15,21 +15,13 @@
   limitations under the License.
 -->
 
-<!-- $Id: scheduler.xmap,v 1.8 2004/03/13 12:57:53 gregor Exp $ -->
+<!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   
   <!-- =========================== Components ================================ -->
   
-  <map:components>
-    <map:generators default="file"/>
-    <map:transformers default="xslt"/>
-    <map:readers default="resource"/>
-    <map:serializers default="xhtml"/>
-    <map:matchers default="wildcard"/>
-    <map:actions/>
-    <map:selectors/>
-  </map:components>
+  <map:components/>
   
   <!-- =========================== Views ================================= -->
   

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org