Author: crossley
Date: Sat Feb 11 21:14:52 2006
New Revision: 377132
URL: http://svn.apache.org/viewcvs?rev=377132&view=rev
Log:
Fix dos line-endings mess and svn:eol-style
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
(contents, props changed)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv?rev=377132&r1=377131&r2=377132&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
Sat Feb 11 21:14:52 2006
@@ -1,46 +1,46 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright 2002-2005 The Apache Software Foundation or its licensors,
-as applicable.
-
-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.
--->
-
-<forrest:views
- xmlns:forrest="http://apache.org/forrest/templates/1.0"
- xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
- <!-- The following variables are used to contact data models and/or
contracts. -->
- <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>
- <jx:set var="getRequestExstension"
value="#{$cocoon/parameters/getRequestExstension}" />
-
- <forrest:view type="html" hooksXpath="/html/body">
- <!--
- @type defines this structurer to html.
- @hooksXpath defines where all hooks will be injected (as prefix).
- -->
- <forrest:contract name="branding-css-links">
- <!-- More information around this contract
- http://marc.theaimsgroup.com/?l=forrest-dev&m=113473237805195&w=2
- -->
- <!--Note: The forrest:properties element does not exit anymore (in
comparison to a previous versions) -->
- <forrest:property name="branding-css-links-input">
- <css url="coat.css"/>
- </forrest:property>
- </forrest:contract>
-
- <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info"/>
-
- <forrest:hook name="container">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2002-2005 The Apache Software Foundation or its licensors,
+as applicable.
+
+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.
+-->
+
+<forrest:views
+ xmlns:forrest="http://apache.org/forrest/templates/1.0"
+ xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
+ <!-- The following variables are used to contact data models and/or
contracts. -->
+ <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>
+ <jx:set var="getRequestExstension"
value="#{$cocoon/parameters/getRequestExstension}" />
+
+ <forrest:view type="html" hooksXpath="/html/body">
+ <!--
+ @type defines this structurer to html.
+ @hooksXpath defines where all hooks will be injected (as prefix).
+ -->
+ <forrest:contract name="branding-css-links">
+ <!-- More information around this contract
+ http://marc.theaimsgroup.com/?l=forrest-dev&m=113473237805195&w=2
+ -->
+ <!--Note: The forrest:properties element does not exit anymore (in
comparison to a previous versions) -->
+ <forrest:property name="branding-css-links-input">
+ <css url="coat.css"/>
+ </forrest:property>
+ </forrest:contract>
+
+ <forrest:contract name="siteinfo-meta" dataURI="lm://project.build-info"/>
+
+ <forrest:hook name="container">
<forrest:hook name="header">
<forrest:hook name="group-logo">
<forrest:contract name="branding-logo">
@@ -54,7 +54,7 @@
images/group-logo.gif</forrest:property>
</forrest:contract>
</forrest:hook>
- </forrest:hook>
+ </forrest:hook>
<forrest:hook name="page">
<forrest:hook name="leftbar">
<forrest:contract name="nav-section"
@@ -73,18 +73,18 @@
<forrest:contract name="content-main"
dataURI="cocoon://#{$getRequest}.body.xml"/>
</forrest:hook>
- </forrest:hook>
- </forrest:hook>
- <forrest:hook name="footer">
- <forrest:contract name="siteinfo-feedback">
- <forrest:property name="siteinfo-feedback">
- <feedback to="[EMAIL PROTECTED]"
- href="mailto:[EMAIL PROTECTED] " >
- Send feedback about the website to:
- </feedback>
- </forrest:property>
- </forrest:contract>
- <forrest:contract name="siteinfo-last-published"/>
- </forrest:hook>
- </forrest:view>
-</forrest:views>
+ </forrest:hook>
+ </forrest:hook>
+ <forrest:hook name="footer">
+ <forrest:contract name="siteinfo-feedback">
+ <forrest:property name="siteinfo-feedback">
+ <feedback to="[EMAIL PROTECTED]"
+ href="mailto:[EMAIL PROTECTED] " >
+ Send feedback about the website to:
+ </feedback>
+ </forrest:property>
+ </forrest:contract>
+ <forrest:contract name="siteinfo-last-published"/>
+ </forrest:hook>
+ </forrest:view>
+</forrest:views>
Propchange:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/coat.fv
------------------------------------------------------------------------------
svn:eol-style = native