Update of /cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29906/xdoclet/modules/web/src/xdoclet/modules/web/resources
Modified Files:
web_xml.xdt
Log Message:
Depending on servlet spec, the description tag is the first or last element
within context-param.
XDT-1223.
Index: web_xml.xdt
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources/web_xml.xdt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** web_xml.xdt 16 Jan 2005 11:14:48 -0000 1.24
--- web_xml.xdt 16 Jan 2005 12:32:54 -0000 1.25
***************
*** 25,31 ****
--- 25,36 ----
<XDtConfig:forAllConfigParameters paramName="contextParams">
<context-param>
+ <XDtConfig:ifConfigParamGreaterOrEquals paramName="Servletspec"
value="2.4">
+ <description><![CDATA[<XDtConfig:configParameterValue
paramName="contextParams.description"/>]]></description>
+ </XDtConfig:ifConfigParamGreaterOrEquals>
<param-name><XDtConfig:configParameterValue
paramName="contextParams.name"/></param-name>
<param-value><XDtConfig:configParameterValue
paramName="contextParams.value"/></param-value>
+ <XDtConfig:ifConfigParamNotGreaterOrEquals paramName="Servletspec"
value="2.4">
<description><![CDATA[<XDtConfig:configParameterValue
paramName="contextParams.description"/>]]></description>
+ </XDtConfig:ifConfigParamNotGreaterOrEquals
</context-param>
</XDtConfig:forAllConfigParameters>
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel