You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2009/11/05 18:56:11 UTC

svn commit: r833103 - in /turbine/fulcrum/trunk/xslt: src/java/org/apache/fulcrum/xslt/ src/test/xslt/ xdocs/

Author: sgoeschl
Date: Thu Nov  5 17:56:10 2009
New Revision: 833103

URL: http://svn.apache.org/viewvc?rev=833103&view=rev
Log:
Cleaning up the project

Modified:
    turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/DefaultXSLTService.java
    turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTService.java
    turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTServiceFacade.java
    turbine/fulcrum/trunk/xslt/src/test/xslt/hello.xslt
    turbine/fulcrum/trunk/xslt/src/test/xslt/identity.xslt
    turbine/fulcrum/trunk/xslt/xdocs/changes.xml
    turbine/fulcrum/trunk/xslt/xdocs/index.xml

Modified: turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/DefaultXSLTService.java
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/DefaultXSLTService.java?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/DefaultXSLTService.java (original)
+++ turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/DefaultXSLTService.java Thu Nov  5 17:56:10 2009
@@ -61,7 +61,6 @@
  * @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a>
  * @author <a href="mailto:epugh@opensourceconnections.com">Eric Pugh</a>
  * @author <a href="mailto:tv@apache.org">Thomas Vandahl</a>
- * @version $Id$
  */
 public class DefaultXSLTService extends AbstractLogEnabled implements
         XSLTService, Initializable, Configurable, Contextualizable, Serviceable

Modified: turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTService.java
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTService.java?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTService.java (original)
+++ turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTService.java Thu Nov  5 17:56:10 2009
@@ -32,7 +32,6 @@
  *
  * @author <a href="mailto:leon@opticode.co.za">Leon Messerschmidt</a>
  * @author <a href="mailto:tv@apache.org">Thomas Vandahl</a>
- * @version $Id$
  */
 public interface XSLTService
 {

Modified: turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTServiceFacade.java
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTServiceFacade.java?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTServiceFacade.java (original)
+++ turbine/fulcrum/trunk/xslt/src/java/org/apache/fulcrum/xslt/XSLTServiceFacade.java Thu Nov  5 17:56:10 2009
@@ -30,7 +30,6 @@
  *
  * @author <a href="mailto:leon@opticode.co.za">Leon Messerschmidt</a>
  * @author <a href="mailto:tv@apache.org">Thomas Vandahl</a>
- * @version $Id$
  */
 public class XSLTServiceFacade
 {

Modified: turbine/fulcrum/trunk/xslt/src/test/xslt/hello.xslt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/src/test/xslt/hello.xslt?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/src/test/xslt/hello.xslt (original)
+++ turbine/fulcrum/trunk/xslt/src/test/xslt/hello.xslt Thu Nov  5 17:56:10 2009
@@ -1,5 +1,22 @@
 <?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.
+ -->
 <html xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
     <xsl:param name="name"/>
     <body>

Modified: turbine/fulcrum/trunk/xslt/src/test/xslt/identity.xslt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/src/test/xslt/identity.xslt?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/src/test/xslt/identity.xslt (original)
+++ turbine/fulcrum/trunk/xslt/src/test/xslt/identity.xslt Thu Nov  5 17:56:10 2009
@@ -1,4 +1,22 @@
 <?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.
+ -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     
     <xsl:template match="@*|node()">

Modified: turbine/fulcrum/trunk/xslt/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/xdocs/changes.xml?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/xslt/xdocs/changes.xml Thu Nov  5 17:56:10 2009
@@ -24,6 +24,10 @@
   </properties>
   <body>
     <release version="1.0.4" date="in Subversion">
+      <action type="add" dev="sgoeschl" date="2009-11-05">
+        Added an additional transform() method which takes no XML input
+        document. 
+      </action>
       <action type="add" dev="sgoeschl" date="2009-10-14">
         Added a regression test which really does a XSL transformation.
       </action>

Modified: turbine/fulcrum/trunk/xslt/xdocs/index.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/xdocs/index.xml?rev=833103&r1=833102&r2=833103&view=diff
==============================================================================
--- turbine/fulcrum/trunk/xslt/xdocs/index.xml (original)
+++ turbine/fulcrum/trunk/xslt/xdocs/index.xml Thu Nov  5 17:56:10 2009
@@ -42,7 +42,7 @@
       <p>And here is the configuration:</p>
       <source>
         <![CDATA[
-        <xslt path="/WEB-INF/stylesheets" cache="true"/>
+<xslt path="/WEB-INF/stylesheets" cache="true"/>
     ]]>
 </source>
     </section>