Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/main/java/org/xdoclet/plugin/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26775/plugin-web/src/main/java/org/xdoclet/plugin/web

Modified Files:
        TaglibPlugin.jelly 
Log Message:
depend on snapshots of generama / xd2, small fixes 
due to xml validation


Index: TaglibPlugin.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/main/java/org/xdoclet/plugin/web/TaglibPlugin.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TaglibPlugin.jelly  4 Feb 2005 00:32:26 -0000       1.10
--- TaglibPlugin.jelly  1 Jun 2005 11:19:57 -0000       1.11
***************
*** 48,51 ****
--- 48,61 ----
                  <x:condelement tag="large-icon" doclettag="${tagtag}" 
property="large-icon"/>
                  <x:condelement tag="description" doclettag="${tagtag}" 
property="description"/>
+              <j:forEach var="var" 
items="${tag.getTagsByName('jsp.variable')}">
+                     <variable>
+                         <x:condelement tag="name-given" doclettag="${var}" 
property="name-given"/>
+                         <x:condelement tag="name-from-attribute" 
doclettag="${var}" property="name-from-attribute"/>
+                         <x:condelement tag="variable-class" 
doclettag="${var}" property="class"/>
+                         <x:condelement tag="declare" doclettag="${var}" 
property="declare"/>
+                         <x:condelement tag="scope" doclettag="${var}" 
property="scope"/>
+                         <x:condelement tag="description" doclettag="${var}" 
property="description"/>
+                     </variable>
+                 </j:forEach>
                  <j:forEach var="attrMethod" 
items="${plugin.getAttributeMethods(tag)}">
                      <j:set var="attr" 
value="${attrMethod.getTagByName('jsp.attribute')}"/>
***************
*** 58,72 ****
                      </attribute>
                  </j:forEach>
!                 <j:forEach var="var" 
items="${tag.getTagsByName('jsp.variable')}">
!                     <variable>
!                         <x:condelement tag="name-given" doclettag="${var}" 
property="name-given"/>
!                         <x:condelement tag="name-from-attribute" 
doclettag="${var}" property="name-from-attribute"/>
!                         <x:condelement tag="variable-class" 
doclettag="${var}" property="class"/>
!                         <x:condelement tag="declare" doclettag="${var}" 
property="declare"/>
!                         <x:condelement tag="scope" doclettag="${var}" 
property="scope"/>
!                         <x:condelement tag="description" doclettag="${var}" 
property="description"/>
!                     </variable>
!                 </j:forEach>
!             </tag>
          </j:forEach>
      </taglib>
--- 68,72 ----
                      </attribute>
                  </j:forEach>
!                </tag>
          </j:forEach>
      </taglib>



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to