There is only place where were used such dispatch style. I decided to
use standart and simple solution.

On 5/2/05, Konstantin Priblouda <[EMAIL PROTECTED]> wrote:
> That's cool.
> 
> Are you doing the same for other collections?
> 
> regards,
> --- Anatol Pomozov <[EMAIL PROTECTED]>
> wrote:
> 
> > 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
> >
> 
> ----[ Konstantin Pribluda ( ko5tik ) ]----------------
> ... Auf der Suche nach einen Projekt in Rhein-Main
> ab 18.4.2005
> ----[ http://www.pribluda.de ]------------------------
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> 
> -------------------------------------------------------
> 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
> 


-- 
anatol


-------------------------------------------------------
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 
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to