Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions spring-data-neo4j-aspects/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ 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:
Import-Template:
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
Expand Down Expand Up @@ -32,7 +30,8 @@ Import-Template:
javax.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional,
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:
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)"
Expand Down
5 changes: 2 additions & 3 deletions spring-data-neo4j-cross-store/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ 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:
Import-Template:
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
Expand Down Expand Up @@ -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)"
Expand Down
6 changes: 3 additions & 3 deletions spring-data-neo4j-rest/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Bundle-SymbolicName: org.springframework.data.neo4j.rest
Bundle-Name: Spring Data Neo4J REST
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:
Import-Package:
sun.reflect;version="0";resolution:=optional
Import-Template:
Import-Template:
org.springframework.data.core.*;version="[1.0.0, 2.0.0)",
org.springframework.data.neo4j.annotation.*;version="[1.0.0, 2.0.0)",
org.springframework.*;version="[3.0.0, 4.0.0)",
Expand All @@ -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
5 changes: 2 additions & 3 deletions spring-data-neo4j/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ 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:
Import-Template:
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
Expand Down Expand Up @@ -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)"
Expand Down