AMQP-26 renamed 'spring-otp' to 'spring-erlang'

This commit is contained in:
Mark Fisher
2010-07-16 10:27:25 -04:00
parent c1f18ab83e
commit bade5f60f9
40 changed files with 9 additions and 9 deletions

View File

@@ -8,10 +8,10 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-amqp-core</module>
<module>spring-amqp-parent</module>
<module>spring-otp</module>
<module>spring-amqp-core</module>
<module>spring-rabbit</module>
<module>spring-erlang</module>
<module>spring-rabbit-admin</module>
</modules>
<properties>

View File

@@ -96,7 +96,7 @@
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-otp</artifactId>
<artifactId>spring-erlang</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>spring-otp</name>
<name>spring-erlang</name>
<comment></comment>
<projects>
</projects>

View File

@@ -7,9 +7,9 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-otp</artifactId>
<artifactId>spring-erlang</artifactId>
<packaging>jar</packaging>
<name>Spring OTP Support</name>
<name>Spring Erlang Support</name>
<dependencies>
<!-- Spring -->

View File

@@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-otp</artifactId>
<artifactId>spring-erlang</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>

View File

@@ -52,7 +52,7 @@
<!-- adds module jars to the distribution archive under the 'dist' directory -->
<includes>
<include>org.springframework.amqp:spring-amqp-core</include>
<include>org.springframework.amqp:spring-otp</include>
<include>org.springframework.amqp:spring-erlang</include>
<include>org.springframework.amqp:spring-rabbit</include>
<include>org.springframework.amqp:spring-rabbit-admin</include>
</includes>
@@ -67,7 +67,7 @@
see pom.xml 'maven-source-plugin' declaration -->
<includes>
<include>org.springframework.amqp:spring-amqp-core</include>
<include>org.springframework.amqp:spring-otp</include>
<include>org.springframework.amqp:spring-erlang</include>
<include>org.springframework.amqp:spring-rabbit</include>
<include>org.springframework.amqp:spring-rabbit-admin</include>
</includes>