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

Modified Files:
        Property.jelly 
Log Message:
Fixed using of 'type-param' tag

Index: Property.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Property.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Property.jelly      1 Jun 2005 14:52:57 -0000       1.11
--- Property.jelly      3 Jun 2005 07:26:05 -0000       1.12
***************
*** 35,39 ****
              <j:if test="${typeTag != null}">
                  <type name="${typeTag.name_}">
!                     <j:forEach var="paramTag" 
items="${metadata.getTagsByName('hibernate.param')}">
                          <j:import uri="/Param.jelly" inherit="true"/>
                      </j:forEach>
--- 35,39 ----
              <j:if test="${typeTag != null}">
                  <type name="${typeTag.name_}">
!                     <j:forEach var="paramTag" 
items="${property.entity.getTagsByName('hibernate.type-param')}">
                          <j:import uri="/Param.jelly" inherit="true"/>
                      </j:forEach>



-------------------------------------------------------
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