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

Max Rydahl Andersen mandersen at jboss.com
Tue Apr 10 06:10:11 EDT 2007


  User: mandersen
  Date: 07/04/10 06:10:11

  Modified:    hibernatetools/plugins/org.hibernate.eclipse/META-INF 
                        MANIFEST.MF
  Log:
  update core libs
  
  Revision  Changes    Path
  1.51      +35 -4     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.50
  retrieving revision 1.51
  diff -u -b -r1.50 -r1.51
  --- MANIFEST.MF	16 Mar 2007 09:02:38 -0000	1.50
  +++ MANIFEST.MF	10 Apr 2007 10:10:11 -0000	1.51
  @@ -12,7 +12,6 @@
    lib/hibernate/concurrent-1.3.2.jar,
    lib/hibernate/connector.jar,
    lib/hibernate/dom4j-1.6.1.jar,
  - lib/hibernate/ehcache-1.1.jar,
    lib/hibernate/hibernate3.jar,
    lib/hibernate/jboss-cache.jar,
    lib/hibernate/jboss-common.jar,
  @@ -34,15 +33,18 @@
    lib/hibernate/cglib-2.1.3.jar,
    lib/hibernate/jgroups-2.2.8.jar,
    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/annotations/hibernate-entitymanager.jar,
  - lib/hibernate/javassist.jar
  + lib/hibernate/javassist.jar,
  + lib/hibernate/ehcache-1.2.3.jar
   Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
   Bundle-Vendor: Hibernate Team
   Bundle-Localization: plugin
   Export-Package: EDU.oswego.cs.dl.util.concurrent,
  + META-INF,
  + META-INF.maven.jtidy.jtidy,
  + META-INF.services,
    antlr,
    antlr.ASdebug,
    antlr.actions.cpp,
  @@ -106,7 +108,13 @@
    com.opensymphony.oscache.web.tag,
    com.sun.security.auth,
    com.sun.security.auth.login,
  + dao,
  + doc,
  + doc.entities,
  + doc.tables,
  + dot,
    dtd,
  + freemarker,
    freemarker.cache,
    freemarker.core,
    freemarker.debug,
  @@ -160,6 +168,7 @@
    javax.sql,
    javax.transaction,
    javax.transaction.xa,
  + lint,
    net.sf.cglib.beans,
    net.sf.cglib.core,
    net.sf.cglib.proxy,
  @@ -169,7 +178,13 @@
    net.sf.cglib.transform.impl,
    net.sf.cglib.util,
    net.sf.ehcache,
  + net.sf.ehcache.bootstrap,
    net.sf.ehcache.config,
  + net.sf.ehcache.constructs.asynchronous,
  + net.sf.ehcache.constructs.blocking,
  + net.sf.ehcache.constructs.concurrent,
  + net.sf.ehcache.constructs.web,
  + net.sf.ehcache.constructs.web.filter,
    net.sf.ehcache.distribution,
    net.sf.ehcache.event,
    net.sf.ehcache.hibernate,
  @@ -311,11 +326,24 @@
    org.hibernate.reflection.java,
    org.hibernate.reflection.java.generics,
    org.hibernate.reflection.java.xml,
  + org.hibernate.search,
  + org.hibernate.search.annotations,
  + org.hibernate.search.backend,
  + org.hibernate.search.backend.impl,
  + org.hibernate.search.bridge,
  + org.hibernate.search.bridge.builtin,
  + org.hibernate.search.engine,
  + org.hibernate.search.event,
  + org.hibernate.search.impl,
  + org.hibernate.search.query,
  + org.hibernate.search.store,
  + org.hibernate.search.util,
    org.hibernate.secure,
    org.hibernate.sql,
    org.hibernate.stat,
    org.hibernate.tool,
    org.hibernate.tool.ant,
  + org.hibernate.tool.datagen,
    org.hibernate.tool.hbm2ddl,
    org.hibernate.tool.hbm2x,
    org.hibernate.tool.hbm2x.doc,
  @@ -341,6 +369,7 @@
    org.hibernate.validator,
    org.hibernate.validator.event,
    org.hibernate.validator.interpolator,
  + org.hibernate.validator.resources,
    org.jboss,
    org.jboss.cache,
    org.jboss.cache.aop,
  @@ -461,7 +490,9 @@
    org.objectweb.asm,
    org.objectweb.asm.attrs,
    org.w3c.tidy,
  - org.w3c.tidy.ant
  + org.w3c.tidy.ant,
  + pojo,
  + seam
   Require-Bundle: org.eclipse.core.runtime,
    org.eclipse.ui.console,
    org.eclipse.jface
  
  
  



More information about the jboss-cvs-commits mailing list