INT-2038 added tooling support and addressed consistency in namespace prefix for AMQP module

This commit is contained in:
Oleg Zhurakousky
2011-08-08 23:04:02 -04:00
parent 99f81699b9
commit 62f14245cf
3 changed files with 16 additions and 6 deletions

View File

@@ -150,18 +150,18 @@
<version>1.2.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
@@ -198,6 +198,12 @@
<version>3.1.0.M2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>

View File

@@ -0,0 +1,4 @@
# Tooling related information for the integration AMQP namespace
http\://www.springframework.org/schema/integration/amqp@name=integration AMQP Namespace
http\://www.springframework.org/schema/integration/amqp@prefix=int-amqp
http\://www.springframework.org/schema/integration/amqp@icon=org/springframework/integration/amqp/config/spring-integration-amqp.gif