Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-05-22 13:55:41 +0000
committermtaal2009-05-22 13:55:41 +0000
commitf1c85435d21631959c9ebf1f807885bc20ad432c (patch)
treecfcc3cef0af56de2b88baca67bf0cbd2565780c3 /tests/org.eclipse.emf.teneo.hibernate.libraries
parent1d35f9eddc9e68aa83aedac296008e30140cba2c (diff)
downloadorg.eclipse.emf.teneo-f1c85435d21631959c9ebf1f807885bc20ad432c.tar.gz
org.eclipse.emf.teneo-f1c85435d21631959c9ebf1f807885bc20ad432c.tar.xz
org.eclipse.emf.teneo-f1c85435d21631959c9ebf1f807885bc20ad432c.zip
Unpack = false for the libraries and added javax.persistence to the export list of hibernate.libraries
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.libraries')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.libraries/.classpath1
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.libraries/META-INF/MANIFEST.MF4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.libraries/build.properties3
3 files changed, 6 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.libraries/.classpath b/tests/org.eclipse.emf.teneo.hibernate.libraries/.classpath
index cc63b0535..71d8a616c 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.libraries/.classpath
+++ b/tests/org.eclipse.emf.teneo.hibernate.libraries/.classpath
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry exported="true" kind="lib" path="ejb3-persistence.jar"/>
<classpathentry exported="true" kind="lib" path="mysql-connector-java-5.1.6-bin.jar"/>
<classpathentry exported="true" kind="lib" path="hsqldb.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
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 6248d08af..8240fd39f 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
@@ -65,6 +65,7 @@ Export-Package: com.mchange,
javax.ejb.spi,
javax.interceptor,
javax.jms,
+ javax.persistence,
javax.sql,
net.sf.cglib.beans,
net.sf.cglib.core,
@@ -244,6 +245,7 @@ Bundle-ClassPath: antlr-2.7.6.jar,
versioncheck.jar,
xerces-2.6.2.jar,
xml-apis.jar,
- hibernate3.jar
+ hibernate3.jar,
+ ejb3-persistence.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Plugin.providerName
diff --git a/tests/org.eclipse.emf.teneo.hibernate.libraries/build.properties b/tests/org.eclipse.emf.teneo.hibernate.libraries/build.properties
index f94672deb..dbe7563da 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.libraries/build.properties
+++ b/tests/org.eclipse.emf.teneo.hibernate.libraries/build.properties
@@ -52,7 +52,8 @@ bin.includes = META-INF/,\
versioncheck.jar,\
xerces-2.6.2.jar,\
xml-apis.jar,\
- hibernate3.jar
+ hibernate3.jar,\
+ ejb3-persistence.jar
jars.extra.classpath = ant-antlr-1.6.5.jar,\
antlr-2.7.6.jar,\
asm.jar,\

Back to the top