You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2008/03/15 13:20:33 UTC

svn commit: r637400 - in /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo: pom.xml src/main/resources/COB-INF/sitemap.xmap

Author: crossley
Date: Sat Mar 15 05:20:33 2008
New Revision: 637400

URL: http://svn.apache.org/viewvc?rev=637400&view=rev
Log:
Fix DOS line-endings and svn:eol-style

Modified:
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml   (props changed)
    cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/COB-INF/sitemap.xmap   (contents, props changed)

Propchange: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/COB-INF/sitemap.xmap
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/COB-INF/sitemap.xmap?rev=637400&r1=637399&r2=637400&view=diff
==============================================================================
--- cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/COB-INF/sitemap.xmap (original)
+++ cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/COB-INF/sitemap.xmap Sat Mar 15 05:20:33 2008
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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.
--->
-<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
- 
-  <map:flow language="javascript">
-    <map:script src="demo.js"/>
-  </map:flow>
-
-  <map:pipelines>
-    <map:pipeline>
-      <map:match pattern="demo">
-        <map:call function="demo"/>
-      </map:match>
-      <map:match pattern="">
-        <map:generate type="mygenerator"/>
-        <map:serialize/>
-      </map:match>
-      <map:match pattern="screens/demo">
-        <map:generate src="demo.xml" type="jx"/>
-        <map:serialize type="xml"/>
-      </map:match>
-    </map:pipeline>
-  </map:pipelines>
-  
-</map:sitemap>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+ 
+  <map:flow language="javascript">
+    <map:script src="demo.js"/>
+  </map:flow>
+
+  <map:pipelines>
+    <map:pipeline>
+      <map:match pattern="demo">
+        <map:call function="demo"/>
+      </map:match>
+      <map:match pattern="">
+        <map:generate type="mygenerator"/>
+        <map:serialize/>
+      </map:match>
+      <map:match pattern="screens/demo">
+        <map:generate src="demo.xml" type="jx"/>
+        <map:serialize type="xml"/>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
+  
+</map:sitemap>

Propchange: cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-plugin-demo/src/main/resources/COB-INF/sitemap.xmap
------------------------------------------------------------------------------
    svn:eol-style = native