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

Modified Files:
        HibernateElementTag.java 
Log Message:
fix for XDP-80


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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** HibernateElementTag.java    10 Aug 2005 15:42:04 -0000      1.8
--- HibernateElementTag.java    20 Aug 2005 11:49:28 -0000      1.9
***************
*** 7,10 ****
--- 7,11 ----
  
  import org.xdoclet.plugin.hibernate.qtags.parameter.Column;
+ import org.xdoclet.plugin.hibernate.qtags.parameter.Formula;
  import org.xdoclet.plugin.hibernate.qtags.parameter.Length;
  import org.xdoclet.plugin.hibernate.qtags.parameter.NotNull;
***************
*** 18,22 ****
   * @qtags.location field
   */
! public interface HibernateElementTag extends 
com.thoughtworks.qdox.model.DocletTag, Length, NotNull, Unique, Column {
      /**
       * The Hibernate type
--- 19,23 ----
   * @qtags.location field
   */
! public interface HibernateElementTag extends 
com.thoughtworks.qdox.model.DocletTag, Length, NotNull, Unique, Column, Formula{
      /**
       * The Hibernate type



-------------------------------------------------------
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

Reply via email to