Browse Source

Fixed template.mf to only export mongodb package.

pull/1/head
Oliver Gierke 15 years ago
parent
commit
df1e900c55
  1. 2
      spring-data-mongodb/template.mf

2
spring-data-mongodb/template.mf

@ -4,6 +4,8 @@ Bundle-Vendor: SpringSource @@ -4,6 +4,8 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:
sun.reflect;version="0";resolution:=optional
Export-Template:
org.springframework.data.document.mongodb.*;version="${project.version}"
Import-Template:
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",

Loading…
Cancel
Save