You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/07/12 11:38:55 UTC

svn commit: r963223 - /myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/test.xsl

Author: mfreedman
Date: Mon Jul 12 09:38:55 2010
New Revision: 963223

URL: http://svn.apache.org/viewvc?rev=963223&view=rev
Log:
Added comments.

Modified:
    myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/test.xsl

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/test.xsl
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/test.xsl?rev=963223&r1=963222&r2=963223&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/test.xsl (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/test.xsl Mon Jul 12 09:38:55 2010
@@ -16,7 +16,11 @@
     specific language governing permissions and limitations
     under the License.	   
 -->
-
+<!--
+  Applied in the maven test targets to one portlet definition 
+  file at a time to build a java properties file with one 
+  entry for each portlet definition.
+-->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
   <xsl:output method="xml" indent="yes" doctype-system="http://java.sun.com/dtd/properties.dtd"/> 
   <xsl:strip-space elements="pa:portlet-app"/>