Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/org.eclipse.emf.teneo.site-feature/buckminster.cspex1
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate/META-INF/MANIFEST.MF1
2 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.emf.teneo.site-feature/buckminster.cspex b/build/org.eclipse.emf.teneo.site-feature/buckminster.cspex
index d586bc3f1..5d33cc8fd 100644
--- a/build/org.eclipse.emf.teneo.site-feature/buckminster.cspex
+++ b/build/org.eclipse.emf.teneo.site-feature/buckminster.cspex
@@ -7,6 +7,7 @@
<dependency name="org.eclipse.equinox.executable" componentType="eclipse.feature"/>
<dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
<dependency name="org.hibernate" componentType="eclipse.feature"/>
+ <dependency name="javax.persistence" componentType="eclipse.feature"/>
<dependency name="org.dom4j" componentType="eclipse.feature"/>
<dependency name="org.apache.commons.logging" componentType="osgi.bundle"/>
<dependency name="org.apache.log4j" componentType="osgi.bundle"/>
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate/META-INF/MANIFEST.MF b/hibernate/org.eclipse.emf.teneo.hibernate/META-INF/MANIFEST.MF
index 7f9ce55cd..a513b7171 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate/META-INF/MANIFEST.MF
+++ b/hibernate/org.eclipse.emf.teneo.hibernate/META-INF/MANIFEST.MF
@@ -94,7 +94,6 @@ Import-Package: javax.persistence;version="[2.0.0,3.0.0)";resolution:=optional,
org.hibernate.engine.jdbc.batch.internal;version="[4.0.0,5.0.0)";resolution:=optional,
org.hibernate.engine.jdbc.batch.spi;version="[4.0.0,5.0.0)";resolution:=optional,
org.hibernate.engine.jdbc.internal;version="[4.0.0,5.0.0)";resolution:=optional,
- org.hibernate.engine.jdbc.internal.proxy;version="[4.0.0,5.0.0)";resolution:=optional,
org.hibernate.engine.jdbc.spi;version="[4.0.0,5.0.0)";resolution:=optional,
org.hibernate.engine.loading.internal;version="[4.0.0,5.0.0)";resolution:=optional,
org.hibernate.engine.profile;version="[4.0.0,5.0.0)";resolution:=optional,

Back to the top