You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/07/28 14:40:18 UTC

svn commit: r798538 - /incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagelist.xslt

Author: spoole
Date: Tue Jul 28 14:40:17 2009
New Revision: 798538

URL: http://svn.apache.org/viewvc?rev=798538&view=rev
Log:
fixed missing package summary in package list

Modified:
    incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagelist.xslt

Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagelist.xslt
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagelist.xslt?rev=798538&r1=798537&r2=798538&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagelist.xslt (original)
+++ incubator/kato/trunk/org.apache.kato/kato.docs/src/xslt/packagelist.xslt Tue Jul 28 14:40:17 2009
@@ -29,7 +29,7 @@
    
 	   <row>
   		<entry><para><xsl:value-of select="@name"/></para></entry>
-  		<entry><para><xsl:value-of select="summary"/></para></entry>
+  		<entry><para><xsl:value-of select="javadoc:summary"/></para></entry>
 	  </row>
 	</xsl:for-each>