Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-09-27 07:55:35 +0000
committermtaal2006-09-27 07:55:35 +0000
commit90e1a457557bfed21332c6eab075704476bf7551 (patch)
tree41985f56c080cb648d3c0786255ebec6285bfd42 /tests/org.eclipse.emf.teneo.hibernate.libraries
parent703dcabfd63e2033cc42d4d9b1b0b59ec3f70747 (diff)
downloadorg.eclipse.emf.teneo-90e1a457557bfed21332c6eab075704476bf7551.tar.gz
org.eclipse.emf.teneo-90e1a457557bfed21332c6eab075704476bf7551.tar.xz
org.eclipse.emf.teneo-90e1a457557bfed21332c6eab075704476bf7551.zip
Added extra export packages
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.libraries')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.libraries/META-INF/MANIFEST.MF6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.libraries/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.teneo.hibernate.libraries/META-INF/MANIFEST.MF
index 11da20293..58213499a 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.libraries/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.teneo.hibernate.libraries/META-INF/MANIFEST.MF
@@ -125,6 +125,7 @@ Export-Package: .,
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,
@@ -146,6 +147,7 @@ Export-Package: .,
org.hibernate.ejb.util,
org.hibernate.engine,
org.hibernate.engine.query,
+ org.hibernate.engine.query.sql,
org.hibernate.engine.transaction,
org.hibernate.event,
org.hibernate.event.def,
@@ -169,6 +171,7 @@ Export-Package: .,
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,
@@ -196,11 +199,14 @@ Export-Package: .,
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,

Back to the top