[jboss-cvs] jboss-seam/examples/takeaway/resources ...

Gavin King gavin.king at jboss.com
Thu Jun 21 11:32:38 EDT 2007


  User: gavin   
  Date: 07/06/21 11:32:38

  Modified:    examples/takeaway/resources  hibernate.cfg.xml
  Log:
  get rid of identity jar
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/takeaway/resources/hibernate.cfg.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate.cfg.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/takeaway/resources/hibernate.cfg.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- hibernate.cfg.xml	16 Jun 2007 00:44:33 -0000	1.2
  +++ hibernate.cfg.xml	21 Jun 2007 15:32:38 -0000	1.3
  @@ -32,11 +32,11 @@
       <!-- Uncomment the following 3 lines if you        -->
       <!-- want to use the jBPM identity mgmgt           -->
       <!-- component.                                    -->
  -    <!-- identity mappings (begin) -->
  +    <!-- identity mappings (begin) ===
       <mapping resource="org/jbpm/identity/User.hbm.xml"/>
       <mapping resource="org/jbpm/identity/Group.hbm.xml"/>
       <mapping resource="org/jbpm/identity/Membership.hbm.xml"/>
  -    <!-- identity mappings (end) -->
  +    ==== identity mappings (end) -->
       
       <!-- following mapping files have a dependendy on  -->
       <!-- the JCR API                                   -->
  
  
  



More information about the jboss-cvs-commits mailing list