Author: eevans
Date: Fri Mar 26 15:52:09 2010
New Revision: 927935
URL: http://svn.apache.org/viewvc?rev=927935&view=rev
Log:
update release notes and readme for ivy rollback
Patch by eevans for CASSANDRA-850
Modified:
cassandra/branches/cassandra-0.6/NEWS.txt
cassandra/branches/cassandra-0.6/README.txt
Modified: cassandra/branches/cassandra-0.6/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/NEWS.txt?rev=927935&r1=927934&r2=927935&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.6/NEWS.txt Fri Mar 26 15:52:09 2010
@@ -50,11 +50,6 @@ JMX metrics
Installation/Upgrade
--------------------
- - Where possible, Ivy (http://ant.apache.org/ivy/) is now being used to
- dynamically retrieve third-party dependencies that were previously
- shipped in lib/. If you are installing from binary distribution then
- you will need to install Ant (http://ant.apache.org/), and invoke
- `ant ivy-retrieve' in order to download needed dependencies.
- 0.6 network traffic is not compatible with earlier versions. You
will need to shut down all your nodes at once, upgrade, then restart.
Modified: cassandra/branches/cassandra-0.6/README.txt
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/README.txt?rev=927935&r1=927934&r2=927935&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/README.txt (original)
+++ cassandra/branches/cassandra-0.6/README.txt Fri Mar 26 15:52:09 2010
@@ -15,7 +15,6 @@ For more information see http://incubato
Requirements
------------
* Java >= 1.6 (OpenJDK and Sun have been tested)
- * Apache Ant >= 1.7 (http://ant.apache.org/)
Getting started
---------------
@@ -29,7 +28,6 @@ and running, and demonstrate some simple
* sudo chown -R `whoami` /var/log/cassandra
* sudo mkdir -p /var/lib/cassandra
* sudo chown -R `whoami` /var/lib/cassandra
- * ant ivy-retrieve
Note: The sample configuration files in conf/ determine the file-system
locations Cassandra uses for logging and data storage. You are free to