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-serv28082/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags

Modified Files:
        HibernateElementTag.java 
Log Message:
improvements in access setting ( implicit by tag placement, can be overriden ) 
also fox for XDP-103 ( missing node parameter ) 


Index: HibernateElementTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateElementTag.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** HibernateElementTag.java    24 Aug 2005 09:42:36 -0000      1.10
--- HibernateElementTag.java    17 Sep 2005 15:57:41 -0000      1.11
***************
*** 9,12 ****
--- 9,13 ----
  import org.xdoclet.plugin.hibernate.qtags.parameter.Formula;
  import org.xdoclet.plugin.hibernate.qtags.parameter.Length;
+ import org.xdoclet.plugin.hibernate.qtags.parameter.Node;
  import org.xdoclet.plugin.hibernate.qtags.parameter.NotNull;
  import org.xdoclet.plugin.hibernate.qtags.parameter.Unique;
***************
*** 20,24 ****
   */
  public interface HibernateElementTag extends 
com.thoughtworks.qdox.model.DocletTag, Length, NotNull, Unique, Column,
!     Formula {
      /**
       * The Hibernate type
--- 21,25 ----
   */
  public interface HibernateElementTag extends 
com.thoughtworks.qdox.model.DocletTag, Length, NotNull, Unique, Column,
!     Formula, Node {
      /**
       * The Hibernate type



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to