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

Modified Files:
        HibernateCacheTag.java HibernateElementTag.java 
        HibernateJcsCacheTag.java HibernateMetaValueTag.java 
        HibernateOneToManyTag.java HibernateOneToOneTag.java 
Log Message:
Added to @one-to-many tag (and some other) method level location

Index: HibernateOneToManyTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateOneToManyTag.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HibernateOneToManyTag.java  26 Apr 2005 07:00:10 -0000      1.5
--- HibernateOneToManyTag.java  11 May 2005 06:55:41 -0000      1.6
***************
*** 14,19 ****
   *
   * @author Konstantin Pribluda
-  * @version $Revision$
   * @qtags.location method
   */
  public interface HibernateOneToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, EntityName, EmbedXml {
--- 14,19 ----
   *
   * @author Konstantin Pribluda
   * @qtags.location method
+  * @qtags.location field
   */
  public interface HibernateOneToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, EntityName, EmbedXml {

Index: HibernateOneToOneTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateOneToOneTag.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** HibernateOneToOneTag.java   26 Apr 2005 07:00:10 -0000      1.10
--- HibernateOneToOneTag.java   11 May 2005 06:55:41 -0000      1.11
***************
*** 12,15 ****
--- 12,16 ----
   *
   * @qtags.location method
+  * @qtags.location field
   */
  public interface HibernateOneToOneTag extends 
com.thoughtworks.qdox.model.DocletTag, OuterJoin, Cascade, Clazz,

Index: HibernateCacheTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateCacheTag.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HibernateCacheTag.java      26 Apr 2005 07:00:09 -0000      1.3
--- HibernateCacheTag.java      11 May 2005 06:55:41 -0000      1.4
***************
*** 8,11 ****
--- 8,15 ----
  /**
   * Enables caching
+  *
+  * @qtags.location class
+  * @qtags.location method
+  * @qtags.location field
   */
  public interface HibernateCacheTag extends 
com.thoughtworks.qdox.model.DocletTag {

Index: HibernateJcsCacheTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateJcsCacheTag.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** HibernateJcsCacheTag.java   26 Apr 2005 07:00:10 -0000      1.8
--- HibernateJcsCacheTag.java   11 May 2005 06:55:41 -0000      1.9
***************
*** 9,13 ****
--- 9,15 ----
   * Enables caching
   *
+  * @qtags.location class
   * @qtags.location method
+  * @qtags.location field
   */
  public interface HibernateJcsCacheTag extends 
com.thoughtworks.qdox.model.DocletTag {

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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HibernateElementTag.java    26 Apr 2005 07:00:10 -0000      1.6
--- HibernateElementTag.java    11 May 2005 06:55:41 -0000      1.7
***************
*** 16,19 ****
--- 16,20 ----
   * @author Konstantin Pribluda
   * @qtags.location method
+  * @qtags.location field
   */
  public interface HibernateElementTag extends 
com.thoughtworks.qdox.model.DocletTag, Length, NotNull, Unique, Column {

Index: HibernateMetaValueTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateMetaValueTag.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HibernateMetaValueTag.java  26 Apr 2005 07:00:10 -0000      1.3
--- HibernateMetaValueTag.java  11 May 2005 06:55:41 -0000      1.4
***************
*** 10,14 ****
   *
   * @author Konstantin Pribluda
-  * @version $Revision$
   */
  public interface HibernateMetaValueTag extends 
com.thoughtworks.qdox.model.DocletTag {
--- 10,13 ----



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to