Update of 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7005

Modified Files:
        HibernateTagsHandler.java 
Log Message:
Another new package for UserType in HIB3 (XDT-343)




Index: HibernateTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** HibernateTagsHandler.java   20 Apr 2005 21:56:22 -0000      1.39
--- HibernateTagsHandler.java   23 Apr 2005 09:47:12 -0000      1.40
***************
*** 684,688 ****
  
              if (typeClass != null) {
!                 isUserType = typeClass.isA("cirrus.hibernate.UserType") || 
typeClass.isA("net.sf.hibernate.UserType");
              }
          }
--- 684,690 ----
  
              if (typeClass != null) {
!                 isUserType = typeClass.isA("cirrus.hibernate.UserType") ||
!                     typeClass.isA("net.sf.hibernate.UserType") ||
!                     typeClass.isA("org.hibernate.usertype.UserType");
              }
          }



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to