From 162f6a7a3aa0a22722ae9a9c042f6c2f927b02c0 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Bergamin Date: Wed, 5 Oct 2011 09:52:51 +0200 Subject: [PATCH] added required spaces after the header names in the template.mf files --- spring-data-neo4j-aspects/template.mf | 4 ++-- spring-data-neo4j-cross-store/template.mf | 2 +- spring-data-neo4j-rest/template.mf | 2 +- spring-data-neo4j/template.mf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-data-neo4j-aspects/template.mf b/spring-data-neo4j-aspects/template.mf index a79d79d9c..995a1b875 100644 --- a/spring-data-neo4j-aspects/template.mf +++ b/spring-data-neo4j-aspects/template.mf @@ -4,7 +4,7 @@ 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)", @@ -32,7 +32,7 @@ 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: 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)" diff --git a/spring-data-neo4j-cross-store/template.mf b/spring-data-neo4j-cross-store/template.mf index ff87b06f7..fdf8f59cc 100644 --- a/spring-data-neo4j-cross-store/template.mf +++ b/spring-data-neo4j-cross-store/template.mf @@ -4,7 +4,7 @@ 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)", diff --git a/spring-data-neo4j-rest/template.mf b/spring-data-neo4j-rest/template.mf index 7d1587be8..1a5d38574 100644 --- a/spring-data-neo4j-rest/template.mf +++ b/spring-data-neo4j-rest/template.mf @@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 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)", diff --git a/spring-data-neo4j/template.mf b/spring-data-neo4j/template.mf index f19e2f898..f81ba106f 100644 --- a/spring-data-neo4j/template.mf +++ b/spring-data-neo4j/template.mf @@ -4,7 +4,7 @@ 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)",