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

Modified Files:
        List.jelly Map.jelly 
Log Message:
corrected field access for  map and list


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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Map.jelly   2 May 2005 10:08:58 -0000       1.8
--- Map.jelly   23 May 2005 14:49:20 -0000      1.9
***************
*** 4,8 ****
      <map
          name="${property.name}"
!         access="${mapTag.access}"
          table="${mapTag.table}"
          schema="${mapTag.schema}"
--- 4,8 ----
      <map
          name="${property.name}"
!         access="${property.access}"
          table="${mapTag.table}"
          schema="${mapTag.schema}"

Index: List.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/List.jelly,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** List.jelly  26 Apr 2005 07:00:08 -0000      1.7
--- List.jelly  23 May 2005 14:49:20 -0000      1.8
***************
*** 4,8 ****
          <list
              name="${property.name}"
!             access="${listTag.access}"
              table="${listTag.table}"
              schema="${listTag.schema}"
--- 4,8 ----
          <list
              name="${property.name}"
!             access="${property.access}"
              table="${listTag.table}"
              schema="${listTag.schema}"



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to