Fixed template.mf to only export mongodb package.

This commit is contained in:
Oliver Gierke
2011-05-22 15:28:13 +02:00
parent 22ab2007da
commit df1e900c55

View File

@@ -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)",