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

Modified Files:
        Map.jelly 
Log Message:
Simplify 'Map' script

Index: Map.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Map.jelly,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Map.jelly   26 Apr 2005 07:00:08 -0000      1.7
--- Map.jelly   2 May 2005 10:08:58 -0000       1.8
***************
*** 38,56 ****
  
          <j:if test="${size(indexTags) == 1}">
!             <j:set var="mapKeyTag" 
value="${property.entity.getTagByName('hibernate.map-key')}"/>
!             <j:import uri="org/xdoclet/plugin/hibernate/MapKey.jelly" 
inherit="true"/>
!             <j:set var="compositeMapKeyTag" 
value="${property.entity.getTagByName('hibernate.composite-map-key')}"/>
!             <j:import 
uri="org/xdoclet/plugin/hibernate/CompositeMapKey.jelly" inherit="true"/>
!             <j:set var="mapKeyManyToManyTag" 
value="${property.entity.getTagByName('hibernate.map-key-many-to-many')}"/>
!             <j:import 
uri="org/xdoclet/plugin/hibernate/MapKeyManyToMany.jelly" inherit="true"/>
! 
!             <j:set var="indexTag" 
value="${property.entity.getTagByName('hibernate.index')}"/>
!             <j:import uri="org/xdoclet/plugin/hibernate/Index.jelly" 
inherit="true"/>
!             <j:set var="indexManyToManyTag" 
value="${property.entity.getTagByName('hibernate.index-many-to-many')}"/>
!             <j:import 
uri="org/xdoclet/plugin/hibernate/IndexManyToMany.jelly" inherit="true"/>
!             <j:set var="indexManyToAnyTag" 
value="${property.entity.getTagByName('hibernate.index-many-to-any')}"/>
!             <j:import 
uri="org/xdoclet/plugin/hibernate/IndexManyToAnyTag.jelly" inherit="true"/>
!             <j:set var="compositeIndexTag" 
value="${property.entity.getTagByName('hibernate.composite-index')}"/>
!             <j:import uri="org/xdoclet/plugin/hibernate/CompositeIndex.jelly" 
inherit="true"/>
          </j:if>
  
--- 38,42 ----
  
          <j:if test="${size(indexTags) == 1}">
!             <j:import uri="${plugin.dispatchTag(indexTags[0].name)}" 
inherit="true"/>
          </j:if>
  



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to