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

Modified Files:
        Any.jelly ManyToAny.jelly 
Log Message:
Added @hibernate.any-column for using with @hibernate.any

Index: ManyToAny.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/ManyToAny.jelly,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ManyToAny.jelly     31 May 2005 11:24:36 -0000      1.4
--- ManyToAny.jelly     2 Jun 2005 13:34:18 -0000       1.5
***************
*** 7,11 ****
              </j:forEach>
  
!             <j:forEach var="columnTag" 
items="${plugin.getTags(property.entity,'hibernate.column')}">
                  <j:import uri="/Column.jelly" inherit="true"/>
              </j:forEach>
--- 7,11 ----
              </j:forEach>
  
!             <j:forEach var="columnTag" 
items="${plugin.getTags(property.entity,'hibernate.any-column')}">
                  <j:import uri="/Column.jelly" inherit="true"/>
              </j:forEach>

Index: Any.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Any.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Any.jelly   31 May 2005 11:24:35 -0000      1.9
--- Any.jelly   2 Jun 2005 13:34:18 -0000       1.10
***************
*** 21,25 ****
                  <j:import uri="/MetaValue.jelly" inherit="true"/>
              </j:forEach>
!             <j:forEach var="columnTag" 
items="${property.entity.getTagsByName('hibernate.column')}">
                  <j:import uri="/Column.jelly" inherit="true"/>
              </j:forEach>
--- 21,25 ----
                  <j:import uri="/MetaValue.jelly" inherit="true"/>
              </j:forEach>
!             <j:forEach var="columnTag" 
items="${property.entity.getTagsByName('hibernate.any-column')}">
                  <j:import uri="/Column.jelly" inherit="true"/>
              </j:forEach>



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to