You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/31 00:04:29 UTC

svn commit: r329666 - /maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/sitemap.jsl

Author: ltheussl
Date: Sun Oct 30 15:04:27 2005
New Revision: 329666

URL: http://svn.apache.org/viewcvs?rev=329666&view=rev
Log:
Remove asString attribute. It's not needed and breaks compatibility with m1.0 since it was only introduced in commons-jelly-tags-xml 1.1

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/sitemap.jsl

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/sitemap.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/sitemap.jsl?rev=329666&r1=329665&r2=329666&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/sitemap.jsl (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/sitemap.jsl Sun Oct 30 15:04:27 2005
@@ -72,7 +72,7 @@
 
     <jsl:template match="item">
       <x:set var="currentItem" select="." />
-      <x:set var="description" select="null" asString="true"/>
+      <x:set var="description" select="null"/>
       <j:set var="link"><x:expr select="@href"/></j:set>
       <j:if test="${link.startsWith('/')}" trim="yes">
         <j:set var="link" value="${link.substring(1)}"/>