]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.core/META-INF/MANIFEST.MF
First draft of TestResult Detail Implementation
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.core / META-INF / MANIFEST.MF
index 8088b5f1c8ab25597c8508de3b8f4dfaeb719909..a2069030569014df235baf9c0235a0737ed7a77d 100644 (file)
@@ -3,8 +3,23 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Core
 Bundle-SymbolicName: org.argeo.slc.client.core
 Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.argeo.slc.client.core
-Import-Package: org.argeo.slc.dao.process,
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.argeo.slc.client.aspects,
+ org.argeo.slc.client.contentprovider
+Require-Bundle: org.springframework.orm;bundle-version="2.5.6",
+ org.eclipse.ui;resolution:=optional
+Import-Package: org.apache.commons.io;version="1.4.0",
+ org.apache.commons.logging;version="1.1.1",
+ org.argeo.eclipse.spring,
+ org.argeo.eclipse.ui,
+ org.argeo.slc.core.structure.tree,
+ org.argeo.slc.core.test.tree,
+ org.argeo.slc.dao.process,
+ org.argeo.slc.dao.test.tree,
  org.argeo.slc.process,
- org.osgi.framework;version="1.3.0"
+ org.aspectj.lang,
+ org.aspectj.lang.annotation,
+ org.hibernate,
+ org.hibernate.classic,
+ org.springframework.beans.factory;version="2.5.6.SEC01",
+ org.springframework.transaction;version="2.5.6.SEC01"