Update of /cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7253

Modified Files:
        taglib_tld.xdt 
Log Message:
Get attribute description from jsp.attribute, not jsp.tag.  Fixes        
XDT-1425.

Index: taglib_tld.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources/taglib_tld.xdt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** taglib_tld.xdt      16 Jan 2005 23:46:34 -0000      1.14
--- taglib_tld.xdt      6 Aug 2005 18:40:43 -0000       1.15
***************
*** 190,196 ****
        <attribute>
          <XDtConfig:ifConfigParamGreaterOrEquals paramName="Jspversion" 
value="2.0">
!         <XDtClass:ifHasClassTag tagName="jsp:tag" paramName="description">
!          <description><XDtClass:classTagValue tagName="jsp:tag" 
paramName="description"/></description>
!         </XDtClass:ifHasClassTag>
          </XDtConfig:ifConfigParamGreaterOrEquals>  
           <name><XDtMethod:propertyName/></name>
--- 190,196 ----
        <attribute>
          <XDtConfig:ifConfigParamGreaterOrEquals paramName="Jspversion" 
value="2.0">
!         <XDtMethod:ifHasMethodTag tagName="jsp.attribute" 
paramName="description">
!          <description><![CDATA[<XDtMethod:methodTagValue 
tagName="jsp.attribute" paramName="description"/>]]></description>
!         </XDtMethod:ifHasMethodTag>
          </XDtConfig:ifConfigParamGreaterOrEquals>  
           <name><XDtMethod:propertyName/></name>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to