From: Konstantin P. <ko...@us...> - 2006-09-06 09:29:48
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate Modified Files: KeyManyToOne.jelly Log Message: XDP-195-197 fixed Index: KeyManyToOne.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/KeyManyToOne.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** KeyManyToOne.jelly 17 Sep 2005 15:57:41 -0000 1.3 --- KeyManyToOne.jelly 6 Sep 2006 09:28:16 -0000 1.4 *************** *** 7,11 **** column="${keyManyToOneTag.column}" length="${keyManyToOneTag.length}" ! class="${keyManyToOneTag.class_}"> <j:forEach var="metaTag" items="${keyProperty.entity.getTagsByName('hibernate.meta')}"> <j:import uri="/Meta.jelly" inherit="true"/> --- 7,12 ---- column="${keyManyToOneTag.column}" length="${keyManyToOneTag.length}" ! class="${keyManyToOneTag.class_}" ! entity-name="${keyManyToOneTag.entityName}"> <j:forEach var="metaTag" items="${keyProperty.entity.getTagsByName('hibernate.meta')}"> <j:import uri="/Meta.jelly" inherit="true"/> |