Rename spring-amqp-core to spring-amqp

Rename spring-amqp-core artifact back to spring-amqp
This commit is contained in:
Gary Russell
2012-08-23 12:23:35 -04:00
parent ea4217a093
commit 9a0596cf83
57 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ subprojects { subproject ->
}
project('spring-amqp-core') {
project('spring-amqp') {
description = 'Spring AMQP Core'
dependencies {
@@ -182,7 +182,7 @@ project('spring-rabbit') {
description = 'Spring RabbitMQ Support'
dependencies {
compile project(":spring-amqp-core")
compile project(":spring-amqp")
testCompile project(":spring-erlang")
compile "com.rabbitmq:amqp-client:$rabbitmqVersion"

View File

@@ -1,6 +1,6 @@
rootProject.name = 'spring-amqp'
rootProject.name = 'spring-amqp-dist'
include 'spring-amqp-core'
include 'spring-amqp'
include 'spring-erlang'
include 'spring-rabbit'