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

Modified Files:
        HibernateCompositeIdTag.java 
Log Message:
Alteration in composite-id tag, now it also can be placed into class attributes 
and class methods.

Index: HibernateCompositeIdTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateCompositeIdTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HibernateCompositeIdTag.java        28 Jan 2005 19:22:05 -0000      1.2
--- HibernateCompositeIdTag.java        20 Apr 2005 03:34:10 -0000      1.3
***************
*** 1,17 ****
! /*
!  * Copyright (c) 2003 XDoclet Team All rights reserved.
!  */
! package org.xdoclet.plugin.hibernate.qtags;
! 
! import com.thoughtworks.qdox.model.DocletTag;
! 
! import org.xdoclet.plugin.hibernate.qtags.parameter.UnsavedValue;
! 
! /**
!  * Declares a composite-id
!  *
!  * @qtags.location method
!  */
! public interface HibernateCompositeIdTag
!         extends DocletTag, UnsavedValue {
! }
--- 1,18 ----
! /*
!  * Copyright (c) 2003 XDoclet Team All rights reserved.
!  */
! package org.xdoclet.plugin.hibernate.qtags;
! 
! import com.thoughtworks.qdox.model.DocletTag;
! 
! import org.xdoclet.plugin.hibernate.qtags.parameter.UnsavedValue;
! 
! /**
!  * Declares a composite-id
!  *
!  * @qtags.location method
!  * @qtags.location field
!  */
! public interface HibernateCompositeIdTag
!         extends DocletTag, UnsavedValue {
! }



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-plugins-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to