From: Konstantin P. <ko...@us...> - 2006-09-06 09:28:18
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags Modified Files: HibernateManyToManyTag.java HibernateOneToManyTag.java Log Message: XDP-195-197 fixed Index: HibernateOneToManyTag.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateOneToManyTag.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HibernateOneToManyTag.java 24 Aug 2005 09:42:36 -0000 1.9 --- HibernateOneToManyTag.java 6 Sep 2006 09:28:16 -0000 1.10 *************** *** 21,27 **** NotFound { /** ! * class of many side. ! * ! * @qtags.required */ String getClass_(); --- 21,25 ---- NotFound { /** ! * class of many side. either this or entity-name is required */ String getClass_(); Index: HibernateManyToManyTag.java =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateManyToManyTag.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** HibernateManyToManyTag.java 24 Aug 2005 09:42:36 -0000 1.8 --- HibernateManyToManyTag.java 6 Sep 2006 09:28:16 -0000 1.9 *************** *** 19,23 **** Fetch, Node, EmbedXml, EntityName, Formula, Unique, NotFound { /** ! * @qtags.required */ String getClass_(); --- 19,23 ---- Fetch, Node, EmbedXml, EntityName, Formula, Unique, NotFound { /** ! * either this or entity-name parameter is required */ String getClass_(); |