[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse/META-INF ...

Max Rydahl Andersen mandersen at jboss.com
Mon Aug 14 19:14:27 EDT 2006


  User: mandersen
  Date: 06/08/14 19:14:27

  Modified:    hibernatetools/plugins/org.hibernate.eclipse/META-INF 
                        MANIFEST.MF
  Log:
  updated core libs
  updated test libs and acutal test code
  added/fixed property settings per exporter
  exposed many-to-many and optimistic lock in ui
  
  Revision  Changes    Path
  1.42      +3 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- MANIFEST.MF	21 Jul 2006 12:42:05 -0000	1.41
  +++ MANIFEST.MF	14 Aug 2006 23:14:27 -0000	1.42
  @@ -2,7 +2,7 @@
   Bundle-ManifestVersion: 2
   Bundle-Name: Hibernate Core Plugin
   Bundle-SymbolicName: org.hibernate.eclipse
  -Bundle-Version: 3.2.0.beta6
  +Bundle-Version: 3.2.0.beta7
   Bundle-ClassPath: org.hibernate.eclipse.jar,
    lib/hibernate/asm.jar,
    lib/hibernate/asm-attrs.jar,
  @@ -305,6 +305,8 @@
    org.hibernate.transaction,
    org.hibernate.transform,
    org.hibernate.tuple,
  + org.hibernate.tuple.component,
  + org.hibernate.tuple.entity,
    org.hibernate.type,
    org.hibernate.usertype,
    org.hibernate.util,
  
  
  



More information about the jboss-cvs-commits mailing list