]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF
First draft of TestResult Detail Implementation
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.hibernate / META-INF / MANIFEST.MF
index 5e3de1d766c8543fbff64039e8ec64d3d2e0548c..3326e747056bacdd81677ceba1b1fa24b64622d9 100644 (file)
@@ -3,8 +3,17 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate Interface for RCP Client
 Bundle-SymbolicName: org.argeo.slc.client.hibernate
 Bundle-Version: 1.0.0.qualifier
-Import-Package: org.argeo.slc.client.core,
- org.argeo.slc.dao.process;version="0.13.0.SNAPSHOT-r3777",
- org.hibernate.hql.ast,
- org.hibernate.jdbc
-
+Require-Bundle: org.eclipse.ui;resolution:=optional
+Import-Package: org.aopalliance.aop;version="1.0.0",
+ org.argeo.slc.client.aspects,
+ org.argeo.slc.client.contentprovider,
+ org.argeo.slc.core.structure.tree,
+ org.argeo.slc.core.test.tree,
+ org.argeo.slc.dao.process,
+ org.argeo.slc.dao.test.tree,
+ org.hibernate,
+ org.hibernate.classic,
+ org.springframework.aop;version="2.5.6.SEC01",
+ org.springframework.aop.aspectj.annotation;version="2.5.6.SEC01",
+ org.springframework.aop.framework;version="2.5.6.SEC01",
+ org.springframework.transaction;version="2.5.6.SEC01"