]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF
+ refactor to separate runtime and module project under eclipse plugin.
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.hibernate / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Hibernate Interface for RCP Client
4 Bundle-SymbolicName: org.argeo.slc.client.hibernate
5 Bundle-Version: 1.0.0.qualifier
6 Require-Bundle: org.eclipse.ui;resolution:=optional
7 Import-Package: org.aopalliance.aop;version="1.0.0",
8 org.argeo.slc.client.aspects,
9 org.argeo.slc.client.contentprovider,
10 org.argeo.slc.client.ui,
11 org.argeo.slc.core.structure.tree,
12 org.argeo.slc.core.test.tree,
13 org.argeo.slc.dao.process,
14 org.argeo.slc.dao.test.tree,
15 org.hibernate,
16 org.hibernate.classic,
17 org.springframework.aop;version="2.5.6.SEC01",
18 org.springframework.aop.aspectj.annotation;version="2.5.6.SEC01",
19 org.springframework.aop.framework;version="2.5.6.SEC01",
20 org.springframework.transaction;version="2.5.6.SEC01"