[jboss-cvs] jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/instance ...

Julien Viet julien at jboss.com
Tue Aug 1 08:22:25 EDT 2006


  User: julien  
  Date: 06/08/01 08:22:25

  Modified:    core/src/resources/portal-core-sar/conf/hibernate/instance 
                        Tag: JBoss_Portal_Branch_2_2 domain.hbm.xml
  Log:
  minor reformat
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.4.4   +4 -2      jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: domain.hbm.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml,v
  retrieving revision 1.8.4.3
  retrieving revision 1.8.4.4
  diff -u -b -r1.8.4.3 -r1.8.4.4
  --- domain.hbm.xml	15 Jul 2006 09:05:51 -0000	1.8.4.3
  +++ domain.hbm.xml	1 Aug 2006 12:22:25 -0000	1.8.4.4
  @@ -7,8 +7,10 @@
         name="org.jboss.portal.core.impl.model.instance.InstanceImpl"
         table="JBP_INSTANCE">
         <cache usage="@portal.hibernate.cache.usage@"/>
  -      <id name="key" access="field">
  -         <column name="PK"/>
  +      <id
  +         name="key"
  +         column="PK"
  +         access="field">
            <generator class="native">
               <param name="sequence">instance_seq</param>
            </generator>
  
  
  



More information about the jboss-cvs-commits mailing list