25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
Bundle-SymbolicName: org.springframework.data.couchdb
|
|
Bundle-Name: Spring Data Couch DB Support
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Package:
|
|
sun.reflect;version="0";resolution:=optional
|
|
Import-Template:
|
|
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.core.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.dao.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.http.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.web.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.util.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.context.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.jmx.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.remoting.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.data.core.*;version="[1.0.0, 2.0.0)",
|
|
org.springframework.data.document.*;version="[1.0.0, 2.0.0)",
|
|
org.codehaus.jackson.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
|
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
|
org.w3c.dom.*;version="0"
|
|
|
|
|