You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2006/09/22 03:56:33 UTC

svn commit: r448766 - in /myfaces/tomahawk/trunk: core/src/main/tld/misc/ sandbox/core/src/main/tld/misc/ sandbox/core/src/test/resources/ sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/

Author: wsmoak
Date: Thu Sep 21 18:56:33 2006
New Revision: 448766

URL: http://svn.apache.org/viewvc?view=rev&rev=448766
Log:
Add svn:eol-style native property to .xsl files, fix line endings.  No other changes.

Modified:
    myfaces/tomahawk/trunk/core/src/main/tld/misc/resolve_entities-tlddoc.xsl   (props changed)
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/misc/resolve_entities-tlddoc.xsl   (props changed)
    myfaces/tomahawk/trunk/sandbox/core/src/test/resources/pets.xsl   (contents, props changed)
    myfaces/tomahawk/trunk/sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/foo.xsl   (contents, props changed)

Propchange: myfaces/tomahawk/trunk/core/src/main/tld/misc/resolve_entities-tlddoc.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/misc/resolve_entities-tlddoc.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/tomahawk/trunk/sandbox/core/src/test/resources/pets.xsl
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/test/resources/pets.xsl?view=diff&rev=448766&r1=448765&r2=448766
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/test/resources/pets.xsl (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/test/resources/pets.xsl Thu Sep 21 18:56:33 2006
@@ -1,15 +1,15 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-     version="1.0">
-
-	<xsl:output method="text" omit-xml-declaration="yes"/> 
-	<xsl:strip-space elements="*"/>
-
-   <xsl:template match="item">
-     <xsl:apply-templates select="name"/>
-   </xsl:template>
-
-   <xsl:template match="name">
-     <xsl:value-of select="text()"/>
-   </xsl:template>
-
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     version="1.0">
+
+	<xsl:output method="text" omit-xml-declaration="yes"/> 
+	<xsl:strip-space elements="*"/>
+
+   <xsl:template match="item">
+     <xsl:apply-templates select="name"/>
+   </xsl:template>
+
+   <xsl:template match="name">
+     <xsl:value-of select="text()"/>
+   </xsl:template>
+
  </xsl:stylesheet>

Propchange: myfaces/tomahawk/trunk/sandbox/core/src/test/resources/pets.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/foo.xsl
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/foo.xsl?view=diff&rev=448766&r1=448765&r2=448766
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/foo.xsl (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/foo.xsl Thu Sep 21 18:56:33 2006
@@ -1,25 +1,25 @@
-<?xml version="1.0"?>
-
-<!--
-/*
- * Copyright 2006 The Apache Software Foundation.
- *
- * 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.
- */
-//-->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-  <xsl:template match="doc">
-    <out><xsl:value-of select="."/></out>
-  </xsl:template>
-</xsl:stylesheet>
+<?xml version="1.0"?>
+
+<!--
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * 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.
+ */
+//-->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+  <xsl:template match="doc">
+    <out><xsl:value-of select="."/></out>
+  </xsl:template>
+</xsl:stylesheet>

Propchange: myfaces/tomahawk/trunk/sandbox/examples/src/main/resources/org/apache/myfaces/examples/template/foo.xsl
------------------------------------------------------------------------------
    svn:eol-style = native