From 64ef8c3ab5c72814bcb784add1d2c4ddddea248c Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 16 Jul 2009 03:25:36 +0000 Subject: [PATCH] Modified manifests for new OSGi samples --- .../inbound-adapter-osgi/src/META-INF/MANIFEST.MF | 8 ++++---- .../outbound-adapter-osgi/src/META-INF/MANIFEST.MF | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spring-integration-samples/inbound-adapter-osgi/src/META-INF/MANIFEST.MF b/spring-integration-samples/inbound-adapter-osgi/src/META-INF/MANIFEST.MF index 04a47b27d3..b66ed1a0e0 100644 --- a/spring-integration-samples/inbound-adapter-osgi/src/META-INF/MANIFEST.MF +++ b/spring-integration-samples/inbound-adapter-osgi/src/META-INF/MANIFEST.MF @@ -3,8 +3,8 @@ Bundle-Version: 1.0.3 Bundle-Name: Input_adapter_osgi Bundle-ManifestVersion: 2 Bundle-SymbolicName: input_adapter_osgi -Import-Library: org.aspectj;version="[1.6.2.RELEASE,1.6.2.RELEASE]", - org.springframework.spring;version="[2.5.6.A,2.5.6.A]" -Import-Bundle: org.springframework.integration;version="[1.0.3.BUILD-20090711061916,1.0.3.BUILD-20090711061916]", - org.springframework.integration.file;version="[1.0.3.BUILD-20090711061916,1.0.3.BUILD-20090711061916]" +Import-Library: org.aspectj;version="[1.6.2, 2.0.0)", + org.springframework.spring;version="[2.5.6.A, 3.1.0)" +Import-Bundle: org.springframework.integration;version="[1.0.3, 1.0.4)", + org.springframework.integration.file;version="[1.0.3, 1.0.4)" diff --git a/spring-integration-samples/outbound-adapter-osgi/src/META-INF/MANIFEST.MF b/spring-integration-samples/outbound-adapter-osgi/src/META-INF/MANIFEST.MF index accc1bdcc3..d63e251e4d 100644 --- a/spring-integration-samples/outbound-adapter-osgi/src/META-INF/MANIFEST.MF +++ b/spring-integration-samples/outbound-adapter-osgi/src/META-INF/MANIFEST.MF @@ -3,8 +3,8 @@ Bundle-Version: 1.0.3 Bundle-Name: Outbound_adapter_osgi Bundle-ManifestVersion: 2 Bundle-SymbolicName: outbound_adapter_osgi -Import-Library: org.aspectj;version="[1.6.2.RELEASE,1.6.2.RELEASE]", - org.springframework.spring;version="[2.5.6.A,2.5.6.A]" -Import-Bundle: org.springframework.integration;version="[1.0.3.BUILD-20090711061916,1.0.3.BUILD-20090711061916]", - org.springframework.integration.file;version="[1.0.3.BUILD-20090711061916,1.0.3.BUILD-20090711061916]" +Import-Library: org.aspectj;version="[1.6.2, 2.0.0)", + org.springframework.spring;version="[2.5.6.A, 3.1.0)" +Import-Bundle: org.springframework.integration;version="[1.0.3, 1.0.4)", + org.springframework.integration.file;version="[1.0.3, 1.0.4)"