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

Modified Files:
        hibernate-many-to-many.xdt 
Log Message:
XDT-1469 removed negating tag that made it impossible to get into the 
@hibernate.collection-many-to-many block

Index: hibernate-many-to-many.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-many-to-many.xdt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hibernate-many-to-many.xdt  12 Jul 2005 17:21:36 -0000      1.2
--- hibernate-many-to-many.xdt  18 Jul 2005 13:56:56 -0000      1.3
***************
*** 50,67 ****
               </many-to-many>
  </XDtMethod:ifHasMethodTag>
! <XDtMethod:ifDoesntHaveMethodTag tagName="hibernate.collection-many-to-many">
!     <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many">
              <!-- @hibernate.collection-many-to-many tag is deprecated, use 
@hibernate.many-to-many instead -->
              <many-to-many
                  class="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="class" />"
!         <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" 
paramName="column">
                  column="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="column" />"
!         </XDtMethod:ifHasMethodTag>
                  outer-join="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="outer-join" 
values="auto,true,false" default="auto" />"
!         <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" 
paramName="foreign-key">
                  foreign-key="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="foreign-key"/>"
-         </XDtMethod:ifHasMethodTag>
-              />
      </XDtMethod:ifHasMethodTag>
! </XDtMethod:ifDoesntHaveMethodTag>
      
\ No newline at end of file
--- 50,65 ----
               </many-to-many>
  </XDtMethod:ifHasMethodTag>
! <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many">
              <!-- @hibernate.collection-many-to-many tag is deprecated, use 
@hibernate.many-to-many instead -->
              <many-to-many
                  class="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="class" />"
!     <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" 
paramName="column">
                  column="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="column" />"
!     </XDtMethod:ifHasMethodTag>
                  outer-join="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="outer-join" 
values="auto,true,false" default="auto" />"
!     <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" 
paramName="foreign-key">
                  foreign-key="<XDtMethod:methodTagValue 
tagName="hibernate.collection-many-to-many" paramName="foreign-key"/>"
      </XDtMethod:ifHasMethodTag>
!              />
! </XDtMethod:ifHasMethodTag>
      
\ No newline at end of file



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to