svn commit: r1044837 - /lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap
[email protected] Sun, 12 Dec 2010 15:55:26 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: rainer
Date: Sun Dec 12 15:55:26 2010
New Revision: 1044837
URL: http://svn.apache.org/viewvc?rev=1044837&view=rev
Log:
Correct svn:eol-style
Modified:
lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap (contents, props changed)
Modified: lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap?rev=1044837&r1=1044836&r2=1044837&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap (original)
+++ lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap Sun Dec 12 15:55:26 2010
@@ -1,38 +1,38 @@
-<?xml version="1.0"?>
-<!--
- 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.
--->
-
-<xmap unless="/sitemap/resources/resource[@name = 'style-cms-page']"
- remove="/sitemap/resources"
- xpath="/sitemap"
- insert-after="/sitemap/views"
- xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
-<!-- =========================== Resources ================================= -->
-
- <map:resources>
- <map:resource name="style-cms-page">
- <map:transform type="i18n">
- <map:parameter name="locale" value="{request:locale}"/>
- </map:transform>
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+
+<xmap unless="/sitemap/resources/resource[@name = 'style-cms-page']"
+ remove="/sitemap/resources"
+ xpath="/sitemap"
+ insert-after="/sitemap/views"
+ xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+
+<!-- =========================== Resources ================================= -->
+
+ <map:resources>
+ <map:resource name="style-cms-page">
+ <map:transform type="i18n">
+ <map:parameter name="locale" value="{request:locale}"/>
+ </map:transform>
<map:transform src="fallback://lenya/xslt/util/page2xhtml.xsl"/>
- <map:transform type="proxy"/>
- <map:transform src="context://lenya/xslt/util/strip_namespaces.xsl"/>
- </map:resource>
- </map:resources>
-
-</xmap>
+ <map:transform type="proxy"/>
+ <map:transform src="context://lenya/xslt/util/strip_namespaces.xsl"/>
+ </map:resource>
+ </map:resources>
+
+</xmap>
Propchange: lenya/branches/BRANCH_2_0_X/src/webapp/lenya/config/sitemap/resources.xmap
------------------------------------------------------------------------------
svn:eol-style = native