Update of /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources
In directory 
sc8-pr-cvs1:/tmp/cvs-serv11975/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources

Modified Files:
        mavenplugin.xdt 
Log Message:
fixes a silly mistake which made it impossible to turn off turned-on-by-default 
subtasks :-)

Index: mavenplugin.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/resources/mavenplugin.xdt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mavenplugin.xdt     25 Nov 2002 20:22:46 -0000      1.3
--- mavenplugin.xdt     27 Nov 2002 14:24:40 -0000      1.4
***************
*** 46,50 ****
              <j:forEach begin="0" end="20" indexVar="subelement_index">
                <j:set var="subelement_index_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.<XDtMavenplugin:subElementName/>.${subelement_index}"/>
!               <j:if test="${context.getVariable(subelement_index_var_name) != null}">
                  <<XDtMavenplugin:subElementName/>>
                   <XDtMethod:forAllMethods superclasses="true">
--- 46,50 ----
              <j:forEach begin="0" end="20" indexVar="subelement_index">
                <j:set var="subelement_index_var_name" 
value="maven.xdoclet.<XDtMavenplugin:elementName/>.<XDtMavenplugin:subElementName/>.${subelement_index}"/>
!               <j:if test="${context.getVariable(subelement_index_var_name) == 
'true'}">
                  <<XDtMavenplugin:subElementName/>>
                   <XDtMethod:forAllMethods superclasses="true">



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to