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

Modified Files:
        ListMapping.hbm.xml ListMapping.java 
Log Message:
fix for XDP-80


Index: ListMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/ListMapping.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ListMapping.java    10 Aug 2005 15:42:05 -0000      1.9
--- ListMapping.java    20 Aug 2005 11:49:28 -0000      1.10
***************
*** 25,29 ****
       * @hibernate.list order-by="blurge"
       * @hibernate.index
!      * @hibernate.element type="string"
       */
      public List getElement() {
--- 25,29 ----
       * @hibernate.list order-by="blurge"
       * @hibernate.index
!      * @hibernate.element type="string" formula="blam"
       */
      public List getElement() {

Index: ListMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/ListMapping.hbm.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ListMapping.hbm.xml 26 Apr 2005 07:00:17 -0000      1.11
--- ListMapping.hbm.xml 20 Aug 2005 11:49:28 -0000      1.12
***************
*** 6,10 ****
              <key/>
              <index/>
!             <element type="string"/>
          </list>
          <list name="manyToMany">
--- 6,10 ----
              <key/>
              <index/>
!             <element type="string" formula="blam"/>
          </list>
          <list name="manyToMany">



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to