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-serv25661/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        ComponentMapping.hbm.xml 
Log Message:
fixed problem induced by jalopy 


Index: ComponentMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/ComponentMapping.hbm.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ComponentMapping.hbm.xml    6 May 2005 08:09:41 -0000       1.5
--- ComponentMapping.hbm.xml    7 May 2005 18:22:21 -0000       1.6
***************
*** 11,17 ****
              <property name="foo" column="prfx_col" access="field"/>
          </component>
-         <component access="field" name="field">
-             <property name="foo" access="field" column="col"/>
-         </component>
          <component name="classComponent" access="field">
              <property name="stringField" access="field">
--- 11,14 ----
***************
*** 19,22 ****
--- 16,22 ----
              </property>
          </component>
+         <component access="field" name="field">
+             <property name="foo" access="field" column="col"/>
+         </component>
      </class>
  </hibernate-mapping>



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