Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormtaal2009-05-22 13:55:40 +0000
committermtaal2009-05-22 13:55:40 +0000
commit1d35f9eddc9e68aa83aedac296008e30140cba2c (patch)
tree9f228a2582440fce4e54e023eb786bdf338e3bfa /tests
parent1cdeb21c87135c5f45ad815f3b80d0745bc3b7a2 (diff)
downloadorg.eclipse.emf.teneo-1d35f9eddc9e68aa83aedac296008e30140cba2c.tar.gz
org.eclipse.emf.teneo-1d35f9eddc9e68aa83aedac296008e30140cba2c.tar.xz
org.eclipse.emf.teneo-1d35f9eddc9e68aa83aedac296008e30140cba2c.zip
Unpack = false for the libraries and added javax.persistence to the export list of hibernate.libraries
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.emf.teneo.tests-feature/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.tests-feature/feature.xml b/tests/org.eclipse.emf.teneo.tests-feature/feature.xml
index ce9335f29..5a371d751 100644
--- a/tests/org.eclipse.emf.teneo.tests-feature/feature.xml
+++ b/tests/org.eclipse.emf.teneo.tests-feature/feature.xml
@@ -49,7 +49,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.emf.teneo.hibernate.libraries"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.emf.teneo.hibernate.test"

Back to the top