Author: crossley
Date: Mon Aug 22 23:37:51 2005
New Revision: 239366

URL: http://svn.apache.org/viewcvs?rev=239366&view=rev
Log:
Do 'svn propset svn:eol-style native' for all text files.

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/forrest.properties
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/lib/readme.txt
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/hooksMatcher.xsl
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/includes-viewLocationmap.xsl
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/prepare.include.templates.xsl
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/viewLocationmap.xsl
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/viewLocationmap2path.xsl
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/pelt.fv
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/src/java/org/apache/forrest/plugin/internal/view/acting/FallbackResolverAction.java
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/src/java/org/apache/forrest/plugin/internal/view/acting/FallbackResolverHelper.java
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/leather-dev.css
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.basic.css
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.print.css
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.screen.css
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/profile.css.xslt
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/branding-breadcrumbs.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/compliance-links.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-author.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-include-html.ft
   (contents, props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-abstract.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-main.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-motd-page.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-title.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-xml-link.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/hr.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/nav-main-sub.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/nav-section-round-bottom.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/nav-section.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/search-input.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/siteinfo-credits.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/siteinfo-current-time.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/siteinfo-meta-icon.ft
   (props changed)
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/siteinfo-meta-navigation.ft
   (props changed)

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/forrest.properties
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/forrest.properties?rev=239366&r1=239365&r2=239366&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/forrest.properties
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/forrest.properties
 Mon Aug 22 23:37:51 2005
@@ -29,6 +29,9 @@
 #project.skin=pelt
 project.skin=leather-dev
 
+project.theme-extension=.fv
+project.theme=leather-dev
+
 # comma separated list, file:// is supported
 
#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
 

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/lib/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/hooksMatcher.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/includes-viewLocationmap.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/prepare.include.templates.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/viewLocationmap.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/stylesheets/viewLocationmap2path.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/pelt.fv
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/src/java/org/apache/forrest/plugin/internal/view/acting/FallbackResolverAction.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/src/java/org/apache/forrest/plugin/internal/view/acting/FallbackResolverHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/leather-dev.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.basic.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.screen.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/profile.css.xslt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/branding-breadcrumbs.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/compliance-links.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-author.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-include-html.ft
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-include-html.ft?rev=239366&r1=239365&r2=239366&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-include-html.ft
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-include-html.ft
 Mon Aug 22 23:37:51 2005
@@ -1,56 +1,56 @@
-<?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:contract name="content-include-html" type="nugget"
-  xmlns:forrest="http://apache.org/forrest/templates/1.0";>
-  
-  <description>
-    content-include-html retrieves the content from a Forrest generated HTML 
document and
-    includes the current document.
-  </description>
-       
-  <usage>
-<![CDATA[<forrest:contract name="content-include-html">
-    <forrest:properties contract="content-include-html">
-      <forrest:property name="content-include-html" 
nugget="get.nugget.include.html">
-        <url>/path/to/a/document.html</url>
-      </forrest:property>
-    </forrest:properties>
-</forrest:contract>]]>
-   </usage>
-  
-  <forrest:template
-    xmlns:forrest="http://apache.org/forrest/templates/1.0";
-    format="xhtml" 
-    name="content-include-html" 
-    inputFormat="xsl" 
-    body="true" 
-    head="false">
-    
-    <xsl:stylesheet version="1.1" 
-        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
-        
-           <xsl:template name="content-include-html-body" > 
-             <xsl:param name="content-include-html"/>
-        <xsl:copy-of select="$content-include-html//[EMAIL 
PROTECTED]'content']/*"/>
-                       </xsl:template>
-    
-    </xsl:stylesheet>
-    
-       </forrest:template>
-</forrest:contract>
+<?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:contract name="content-include-html" type="nugget"
+  xmlns:forrest="http://apache.org/forrest/templates/1.0";>
+  
+  <description>
+    content-include-html retrieves the content from a Forrest generated HTML 
document and
+    includes the current document.
+  </description>
+       
+  <usage>
+<![CDATA[<forrest:contract name="content-include-html">
+    <forrest:properties contract="content-include-html">
+      <forrest:property name="content-include-html" 
nugget="get.nugget.include.html">
+        <url>/path/to/a/document.html</url>
+      </forrest:property>
+    </forrest:properties>
+</forrest:contract>]]>
+   </usage>
+  
+  <forrest:template
+    xmlns:forrest="http://apache.org/forrest/templates/1.0";
+    format="xhtml" 
+    name="content-include-html" 
+    inputFormat="xsl" 
+    body="true" 
+    head="false">
+    
+    <xsl:stylesheet version="1.1" 
+        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+        
+           <xsl:template name="content-include-html-body" > 
+             <xsl:param name="content-include-html"/>
+        <xsl:copy-of select="$content-include-html//[EMAIL 
PROTECTED]'content']/*"/>
+                       </xsl:template>
+    
+    </xsl:stylesheet>
+    
+       </forrest:template>
+</forrest:contract>

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/content-include-html.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-abstract.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-main.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-motd-page.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-title.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/content-xml-link.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/hr.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/nav-main-sub.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/nav-section-round-bottom.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/nav-section.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/search-input.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/pelt/siteinfo-credits.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/siteinfo-current-time.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/siteinfo-meta-icon.ft
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/siteinfo-meta-navigation.ft
------------------------------------------------------------------------------
    svn:eol-style = native