Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo
In directory 
sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28258/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        MapMapping.hbm.xml MapMapping.java 
Log Message:
started work on split qtags in plugin and taglib for m2 build


Index: MapMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/MapMapping.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MapMapping.java     28 Feb 2006 09:15:58 -0000      1.11
--- MapMapping.java     11 Aug 2006 17:15:10 -0000      1.12
***************
*** 23,27 ****
       * test element map
       *
!      * @hibernate.map lazy="proxy"
       * @hibernate.element type="string" column="value"
       * not-null="false" unique="false"
--- 23,27 ----
       * test element map
       *
!      * @hibernate.map lazy="extra"
       * @hibernate.element type="string" column="value"
       * not-null="false" unique="false"

Index: MapMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/MapMapping.hbm.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** MapMapping.hbm.xml  28 Feb 2006 09:15:58 -0000      1.14
--- MapMapping.hbm.xml  11 Aug 2006 17:15:10 -0000      1.15
***************
*** 7,11 ****
              <generator class="native"/>
          </id>
!         <map name="element" lazy="proxy">
              <key/>
              <index type="baz"/>
--- 7,11 ----
              <generator class="native"/>
          </id>
!         <map name="element" lazy="extra">
              <key/>
              <index type="baz"/>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to