more template.mf fixes

This commit is contained in:
Jean-Pierre Bergamin
2011-10-05 09:59:24 +02:00
parent 162f6a7a3a
commit 3899bd8c2f
4 changed files with 4 additions and 7 deletions

View File

@@ -2,8 +2,6 @@ Bundle-SymbolicName: org.springframework.data.neo4j.aspects
Bundle-Name: Spring Data Neo4j Aspects
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.context.*;version="[3.0.0, 4.0.0)",
@@ -33,6 +31,7 @@ Import-Template:
javax.persistence.spi.*;version="[1.0.0, 3.0.0)";resolution:=optional,
javax.transaction.*;version="[1.0.1, 2.0.0)";resolution:=optional
Import-Package:
sun.reflect;version="0";resolution:=optional,
net.sf.cglib.proxy;version="[2.2.0,3.0.0)",
net.sf.cglib.core;version="[2.2.0,3.0.0)",
net.sf.cglib.reflect;version="[2.2.0,3.0.0)"

View File

@@ -2,8 +2,6 @@ Bundle-SymbolicName: org.springframework.data.neo4j.cross_store
Bundle-Name: Spring Data Neo4J Cross-Store
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.context.*;version="[3.0.0, 4.0.0)",
@@ -36,6 +34,7 @@ Import-Template:
com.tinkerpop.gremlin.*;version="[1.1,2.0)";resolution:=optional,
com.tinkerpop.pipes.util.*;version="[0.8,1.0)";resolution:=optional
Import-Package:
sun.reflect;version="0";resolution:=optional
net.sf.cglib.proxy;version="[2.2.0,3.0.0)",
net.sf.cglib.core;version="[2.2.0,3.0.0)",
net.sf.cglib.reflect;version="[2.2.0,3.0.0)"

View File

@@ -18,5 +18,5 @@ Import-Template:
com.sun.jersey.api.*;version="0",
javax.ws.rs.core.*;version="0",
org.codehaus.jackson.*;version="0"
Excluded-Exports:
Excluded-Exports:
org.neo4j.kernel

View File

@@ -2,8 +2,6 @@ Bundle-SymbolicName: org.springframework.data.neo4j
Bundle-Name: Spring Data Neo4J
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.context.*;version="[3.0.0, 4.0.0)",
@@ -36,6 +34,7 @@ Import-Template:
com.tinkerpop.gremlin.*;version="[1.1,2.0)";resolution:=optional,
com.tinkerpop.pipes.util.*;version="[0.8,1.0)";resolution:=optional
Import-Package:
sun.reflect;version="0";resolution:=optional,
net.sf.cglib.proxy;version="[2.2.0,3.0.0)",
net.sf.cglib.core;version="[2.2.0,3.0.0)",
net.sf.cglib.reflect;version="[2.2.0,3.0.0)"