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

Max Rydahl Andersen mandersen at jboss.com
Fri Nov 17 16:15:15 EST 2006


  User: mandersen
  Date: 06/11/17 16:15:15

  Modified:    hibernatetools/plugins/org.hibernate.eclipse/META-INF 
                        MANIFEST.MF
  Log:
  expose entity-manager to user apps....
  
  Revision  Changes    Path
  1.46      +11 -2     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.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- MANIFEST.MF	15 Nov 2006 16:12:06 -0000	1.45
  +++ MANIFEST.MF	17 Nov 2006 21:15:15 -0000	1.46
  @@ -4,7 +4,7 @@
   Bundle-SymbolicName: org.hibernate.eclipse
   Bundle-Version: 3.2.0.beta8
   Bundle-ClassPath: org.hibernate.eclipse.jar,
  - lib/hibernate/asm.jar ,
  + lib/hibernate/asm.jar,
    lib/hibernate/asm-attrs.jar,
    lib/hibernate/c3p0-0.9.0.jar,
    lib/hibernate/commons-collections-2.1.1.jar,
  @@ -36,7 +36,8 @@
    lib/hibernate/antlr-2.7.6.jar,
    lib/hibernate/ehcache-1.2.jar,
    lib/annotations/lucene-core-2.0.0.jar,
  - lib/tools/jtidy-r8-20060801.jar
  + lib/tools/jtidy-r8-20060801.jar,
  + lib/annotations/hibernate-entitymanager.jar
   Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
   Bundle-Vendor: Hibernate Team
   Bundle-Localization: plugin
  @@ -217,6 +218,7 @@
    org.hibernate.bytecode,
    org.hibernate.bytecode.cglib,
    org.hibernate.bytecode.javassist,
  + org.hibernate.bytecode.util,
    org.hibernate.cache,
    org.hibernate.cache.entry,
    org.hibernate.cfg,
  @@ -292,6 +294,7 @@
    org.hibernate.secure,
    org.hibernate.sql,
    org.hibernate.stat,
  + org.hibernate.tool,
    org.hibernate.tool.ant,
    org.hibernate.tool.hbm2ddl,
    org.hibernate.tool.hbm2x,
  @@ -299,9 +302,14 @@
    org.hibernate.tool.hbm2x.pojo,
    org.hibernate.tool.hbm2x.seam,
    org.hibernate.tool.hbm2x.visitor,
  + org.hibernate.tool.hbmlint,
  + org.hibernate.tool.hbmlint.detector,
    org.hibernate.tool.ide.completion,
  + org.hibernate.tool.ide.formatting,
  + org.hibernate.tool.instrument,
    org.hibernate.tool.instrument.cglib,
    org.hibernate.tool.instrument.javassist,
  + org.hibernate.tool.stat,
    org.hibernate.transaction,
    org.hibernate.transform,
    org.hibernate.tuple,
  @@ -312,6 +320,7 @@
    org.hibernate.util,
    org.hibernate.validator,
    org.hibernate.validator.event,
  + org.hibernate.validator.interpolator,
    org.jboss,
    org.jboss.cache,
    org.jboss.cache.aop,
  
  
  



More information about the jboss-cvs-commits mailing list