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-serv19579/src/main/java/org/xdoclet/plugin/hibernate
Modified Files:
HibernateMappingPlugin.java
Log Message:
fix for XDP-80
Index: HibernateMappingPlugin.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/HibernateMappingPlugin.java,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** HibernateMappingPlugin.java 15 Aug 2005 14:33:51 -0000 1.47
--- HibernateMappingPlugin.java 20 Aug 2005 11:49:27 -0000 1.48
***************
*** 33,54 ****
*/
public class HibernateMappingPlugin extends AbstractHibernatePlugin {
! private static final String TAG_PREFIX = "hibernate.";
! private static final Log log =
LogFactory.getLog(HibernateMappingPlugin.class);
! private static final Map tagDispatch = new HashMap();
// list holding tag names defining property existence
! private static final List PROPERTY_TAGS = new ArrayList();
// list holding tag names defining property existence
! private static final List ALLOWED_IN_PROPERTIES_TAGS = new ArrayList();
// list holding tag names causing stop of recursive search for properties
! private static final List HIERARCHY_STOP_TAGS = new ArrayList();
// list holding tag names defining ID existence
! private static final List ID_TAGS = new ArrayList();
// list holding tag names defining ID existence
! private static final List VERSION_TAGS = new ArrayList();
static {
--- 33,54 ----
*/
public class HibernateMappingPlugin extends AbstractHibernatePlugin {
! static final String TAG_PREFIX = "hibernate.";
! static final Log log = LogFactory.getLog(HibernateMappingPlugin.class);
! static final Map tagDispatch = new HashMap();
// list holding tag names defining property existence
! static final List PROPERTY_TAGS = new ArrayList();
// list holding tag names defining property existence
! static final List ALLOWED_IN_PROPERTIES_TAGS = new ArrayList();
// list holding tag names causing stop of recursive search for properties
! static final List HIERARCHY_STOP_TAGS = new ArrayList();
// list holding tag names defining ID existence
! static final List ID_TAGS = new ArrayList();
// list holding tag names defining ID existence
! static final List VERSION_TAGS = new ArrayList();
static {
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits