]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF
Finalisation and clean of the architecture after first step of slc RCP UI prototype...
[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.dao.process;version="0.13.0.SNAPSHOT-r3777",
11 org.hibernate,
12 org.hibernate.classic,
13 org.springframework.aop;version="2.5.6.SEC01",
14 org.springframework.aop.aspectj.annotation;version="2.5.6.SEC01",
15 org.springframework.aop.framework;version="2.5.6.SEC01",
16 org.springframework.transaction;version="2.5.6.SEC01"