From c1f18ab83e962c38e3408dd6495d1846d7eadde8 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 16 Jul 2010 01:48:24 -0400 Subject: [PATCH] added some content to readme.txt for the M1 release --- src/main/resources/readme.txt | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index eaef1c1f..aba0fe91 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,27 +1,20 @@ -SPRING AMQP INTEGRATION 1.0.0 M1 (May 12 2010) -------------------------------- +SPRING AMQP INTEGRATION 1.0.0 M1 (July 16 2010) +----------------------------------------------- -home page: http://www.springsource.org/extensions/se-amqp -forum : http://forum.springsource.org/forumdisplay.php?f=74 - -1. INTRODUCTION +Spring AMQP is released under the terms of the Apache Software License Version 2.0 (see license.txt). -2. RELEASE INFO +DISTRIBUTION CONTENTS: -Release contents: +The JARs are available in the 'dist' directory, and the source JARs are in the 'src' directory. -Spring AMQP is released under the terms of the Apache Software License (see license.txt). +The reference manual and javadoc are located in the 'docs' directory. -3. DISTRIBUTION JAR FILES +This distribution also includes two sample applications (in the 'samples' directory): helloworld and stocks. +Those samples illustrate the main features of Spring AMQP, and the reference manual provides a detailed walk-through. -4. WHERE TO START -This distribution contains documentation and two sample applications illustrating the features of Spring AMQP - -To build you need the apache qpid libraries. As they are not yet available in a public maven repositories, the solution is to add them manually to your private maven repository. It can be done by executing: - -mvn install:install-file -DgroupId=jinterface -DartifactId=jinterface -Dversion=1.4.2 -Dpackaging=maven-plugin -Dfile=OtpErlang.jar - -5. ADDITIONAL RESOURCES +ADDITIONAL RESOURCES: +Spring AMQP Homepage: http://www.springsource.org/spring-amqp +Spring AMQP Forum: http://forum.springsource.org/forumdisplay.php?f=74