Author: chirino
Date: Thu Dec 16 13:42:34 2010
New Revision: 1049972
URL: http://svn.apache.org/viewvc?rev=1049972&view=rev
Log:
Don't include the stompy client since it can be easily installed using
easy_install.
Removed:
activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/python/stomp.py-3.0.2a.tar.gz
Modified:
activemq/activemq-apollo/trunk/NOTICE
activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/python/readme.md
Modified: activemq/activemq-apollo/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/NOTICE?rev=1049972&r1=1049971&r2=1049972&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/NOTICE (original)
+++ activemq/activemq-apollo/trunk/NOTICE Thu Dec 16 13:42:34 2010
@@ -7,8 +7,3 @@ This product includes software developed
The Apache Software Foundation (http://www.apache.org/).
-----------------------------------------------------------------------
-
-This product includes some software developed by
-the stomppy project (http://code.google.com/p/stomppy/).
-
------------------------------------------------------------------------
Modified:
activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/python/readme.md
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/python/readme.md?rev=1049972&r1=1049971&r2=1049972&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/python/readme.md
(original)
+++
activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/python/readme.md
Thu Dec 16 13:42:34 2010
@@ -1,9 +1,10 @@
-## Installing the stomppy Library
+Prereqs
+=======
-The [stomppy](http://code.google.com/p/stomppy) python client distribution is
-included in this directory. It must be installed before the examples are run.
+Install the [stomppy](http://code.google.com/p/stomppy) python client
+library.
- tar -zxvf stomp.py-3.0.2a.tar.gz
- cd stomp.py-3.0.2
- python ./setup.py install
+easy_install users can install it by running:
+
+ easy_install http://stomppy.googlecode.com/files/stomp.py-3.0.2a.tar.gz