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

Modified Files:
        MapKey.jelly 
Log Message:
typo fix for XDP-52


Index: MapKey.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/MapKey.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MapKey.jelly        2 May 2005 10:25:22 -0000       1.2
--- MapKey.jelly        8 May 2005 10:58:31 -0000       1.3
***************
*** 3,11 ****
      <j:if test="${mapKeyTag != null}">
          <map-key
!             column="${keyTag.column}"
!             type="${keyTag.type}"
!             formula="${keyTag.formula}"
!             length="${keyTag.length}"
!             node="${keyTag.node}">
  
              <j:forEach var="columnTag" 
items="${property.entity.getTagsByName('hibernate.index-column')}">
--- 3,11 ----
      <j:if test="${mapKeyTag != null}">
          <map-key
!             column="${mapKeyTag.column}"
!             type="${mapKeyTag.type}"
!             formula="${mapKeyTag.formula}"
!             length="${mapKeyTag.length}"
!             node="${mapKeyTag.node}">
  
              <j:forEach var="columnTag" 
items="${property.entity.getTagsByName('hibernate.index-column')}">



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