AMQP-27 updated template.mf RabbitMQ client version range minimum to 1.8.1

This commit is contained in:
Mark Fisher
2010-07-16 10:43:03 -04:00
parent f02c0d72a0
commit b3039d67c4
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
</parent>
<artifactId>spring-amqp-core</artifactId>
<packaging>jar</packaging>
<name>Spring AMQP Abstraction Layer</name>
<name>Spring AMQP Core</name>
<dependencies>
<!-- Spring -->
<dependency>

View File

@@ -1,5 +1,5 @@
Bundle-SymbolicName: org.springframework.otp
Bundle-Name: Spring OTP Support
Bundle-SymbolicName: org.springframework.erlang
Bundle-Name: Spring Erlang Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:

View File

@@ -6,7 +6,7 @@ Import-Template:
org.springframework.*;version="[3.0.3, 4.0.0)",
org.springframework.amqp.*;version="[1.0.0, 1.1.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
com.rabbitmq.*;version="[1.7.2, 2.0.0)",
com.rabbitmq.*;version="[1.8.1, 2.0.0)",
com.ericsson.otp.erlang;version="[1.5.3, 2.0.0)",
org.junit.*;version="0",
org.w3c.dom.*;version="0",

View File

@@ -5,7 +5,7 @@ Bundle-ManifestVersion: 2
Import-Template:
org.springframework.*;version="[3.0.3, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
com.rabbitmq.*;version="[1.7.2, 2.0.0)",
com.rabbitmq.*;version="[1.8.1, 2.0.0)",
org.junit.*;version="0",
org.w3c.dom.*;version="0",
javax.xml.*;version="0"