]> 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 3860d2ac4e6c36ac89bf7031b9602be9cb0adc4c..a2069030569014df235baf9c0235a0737ed7a77d 100644 (file)
@@ -5,10 +5,17 @@ Bundle-SymbolicName: org.argeo.slc.client.core
 Bundle-Version: 1.0.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.argeo.slc.client.aspects,
- org.argeo.slc.client.core
+ 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.aspectj.lang,
  org.aspectj.lang.annotation,
@@ -16,4 +23,3 @@ Import-Package: org.apache.commons.io;version="1.4.0",
  org.hibernate.classic,
  org.springframework.beans.factory;version="2.5.6.SEC01",
  org.springframework.transaction;version="2.5.6.SEC01"
-Require-Bundle: org.springframework.orm;bundle-version="2.5.6"