Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF100
1 files changed, 100 insertions, 0 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
new file mode 100644
index 0000000000..ccec2f617f
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.server.hibernate/META-INF/MANIFEST.MF
@@ -0,0 +1,100 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+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-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+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
+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.info,
+ org.eclipse.emf.cdo.server.internal.hibernate.tuplizer,
+ org.hibernate,
+ org.hibernate.action,
+ 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,
+ org.hibernate.classic,
+ org.hibernate.collection,
+ org.hibernate.connection,
+ org.hibernate.context,
+ org.hibernate.criterion,
+ org.hibernate.dialect,
+ org.hibernate.dialect.function,
+ org.hibernate.dialect.lock,
+ org.hibernate.engine,
+ org.hibernate.engine.loading,
+ org.hibernate.engine.query,
+ org.hibernate.engine.query.sql,
+ org.hibernate.engine.transaction,
+ org.hibernate.event,
+ org.hibernate.event.def,
+ org.hibernate.exception,
+ org.hibernate.hql,
+ org.hibernate.hql.antlr,
+ org.hibernate.hql.ast,
+ org.hibernate.hql.ast.exec,
+ org.hibernate.hql.ast.tree,
+ org.hibernate.hql.ast.util,
+ org.hibernate.hql.classic,
+ org.hibernate.id,
+ org.hibernate.id.enhanced,
+ org.hibernate.id.insert,
+ org.hibernate.impl,
+ org.hibernate.intercept,
+ org.hibernate.intercept.cglib,
+ org.hibernate.intercept.javassist,
+ org.hibernate.jdbc,
+ org.hibernate.jmx,
+ org.hibernate.loader,
+ org.hibernate.loader.collection,
+ org.hibernate.loader.criteria,
+ org.hibernate.loader.custom,
+ org.hibernate.loader.custom.sql,
+ org.hibernate.loader.entity,
+ org.hibernate.loader.hql,
+ org.hibernate.lob,
+ org.hibernate.mapping,
+ org.hibernate.metadata,
+ org.hibernate.param,
+ org.hibernate.persister,
+ org.hibernate.persister.collection,
+ org.hibernate.persister.entity,
+ org.hibernate.pretty,
+ org.hibernate.property,
+ org.hibernate.proxy,
+ org.hibernate.proxy.dom4j,
+ org.hibernate.proxy.map,
+ org.hibernate.proxy.pojo,
+ org.hibernate.proxy.pojo.cglib,
+ org.hibernate.proxy.pojo.javassist,
+ org.hibernate.secure,
+ org.hibernate.sql,
+ org.hibernate.stat,
+ org.hibernate.tool.hbm2ddl,
+ org.hibernate.tool.instrument,
+ org.hibernate.tool.instrument.cglib,
+ org.hibernate.tool.instrument.javassist,
+ 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
+Eclipse-LazyStart: true

Back to the top