Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.hibernate/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF54
1 files changed, 45 insertions, 9 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF
index 7dd639308e..d37794c998 100644
--- a/plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF
@@ -5,23 +5,28 @@ Bundle-SymbolicName: org.eclipse.emf.cdo.server.hibernate;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.emf.cdo.server.internal.hibernate.bundle.OM$Activator
-Bundle-ClassPath: .,
- lib/asm.jar,
- lib/cglib-2.1.3.jar,
- lib/commons-collections-2.1.1.jar,
- lib/jta.jar
+Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Eclipse-BuddyPolicy: dependent
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
org.eclipse.emf.cdo.server;bundle-version="[0.8.0,0.9.0)";visibility:=reexport
+Eclipse-LazyStart: true
Export-Package: org.eclipse.emf.cdo.server.hibernate,
org.eclipse.emf.cdo.server.internal.hibernate,
org.eclipse.emf.cdo.server.internal.hibernate.bundle,
org.eclipse.emf.cdo.server.internal.hibernate.id,
org.eclipse.emf.cdo.server.internal.hibernate.info,
- org.eclipse.emf.cdo.server.internal.hibernate.tuplizer,
- org.hibernate,
+ org.eclipse.emf.cdo.server.internal.hibernate.tuplizer
+Import-Package: org.hibernate,
org.hibernate.action,
+ org.hibernate.annotations,
+ org.hibernate.annotations.common,
+ org.hibernate.annotations.common.annotationfactory,
+ org.hibernate.annotations.common.reflection,
+ org.hibernate.annotations.common.reflection.java,
+ org.hibernate.annotations.common.reflection.java.generics,
+ org.hibernate.annotations.common.util,
org.hibernate.bytecode,
org.hibernate.bytecode.cglib,
org.hibernate.bytecode.javassist,
@@ -29,6 +34,8 @@ Export-Package: org.eclipse.emf.cdo.server.hibernate,
org.hibernate.cache,
org.hibernate.cache.entry,
org.hibernate.cfg,
+ org.hibernate.cfg.annotations,
+ org.hibernate.cfg.annotations.reflection,
org.hibernate.classic,
org.hibernate.collection,
org.hibernate.connection,
@@ -37,6 +44,13 @@ Export-Package: org.eclipse.emf.cdo.server.hibernate,
org.hibernate.dialect,
org.hibernate.dialect.function,
org.hibernate.dialect.lock,
+ org.hibernate.ejb,
+ org.hibernate.ejb.connection,
+ org.hibernate.ejb.event,
+ org.hibernate.ejb.instrument,
+ org.hibernate.ejb.packaging,
+ org.hibernate.ejb.transaction,
+ org.hibernate.ejb.util,
org.hibernate.engine,
org.hibernate.engine.loading,
org.hibernate.engine.query,
@@ -83,6 +97,25 @@ Export-Package: org.eclipse.emf.cdo.server.hibernate,
org.hibernate.proxy.pojo,
org.hibernate.proxy.pojo.cglib,
org.hibernate.proxy.pojo.javassist,
+ org.hibernate.search,
+ org.hibernate.search.annotations,
+ org.hibernate.search.backend,
+ org.hibernate.search.backend.impl,
+ org.hibernate.search.backend.impl.jms,
+ org.hibernate.search.backend.impl.lucene,
+ org.hibernate.search.bridge,
+ org.hibernate.search.bridge.builtin,
+ org.hibernate.search.engine,
+ org.hibernate.search.event,
+ org.hibernate.search.filter,
+ org.hibernate.search.impl,
+ org.hibernate.search.jpa,
+ org.hibernate.search.jpa.impl,
+ org.hibernate.search.query,
+ org.hibernate.search.reader,
+ org.hibernate.search.store,
+ org.hibernate.search.store.optimization,
+ org.hibernate.search.util,
org.hibernate.secure,
org.hibernate.sql,
org.hibernate.stat,
@@ -97,5 +130,8 @@ Export-Package: org.eclipse.emf.cdo.server.hibernate,
org.hibernate.tuple.entity,
org.hibernate.type,
org.hibernate.usertype,
- org.hibernate.util
-Eclipse-LazyStart: true
+ org.hibernate.util,
+ org.hibernate.validator,
+ org.hibernate.validator.event,
+ org.hibernate.validator.interpolator,
+ org.hibernate.validator.resources

Back to the top