From 2616ffa208d6c12ddfc7f0014170dede3a59a439 Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Fri, 6 Dec 2013 14:51:15 -0600 Subject: [PATCH] Delete readme.md --- readme.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index cf950a1f9..000000000 --- a/readme.md +++ /dev/null @@ -1,20 +0,0 @@ -Spring Data Cassandra -===================== - -This is a Spring Data subproject for Cassandra that uses the binary CQL3 protocol via -the official DataStax 1.x Java driver (https://github.com/datastax/java-driver) against Cassandra 1.2. - -Supports native CQL3 queries in Spring Repositories. - -Cloning -------- -When cloning this repo, it's a good idea to also clone two others from Spring Data that this project depends on. Assuming your current working directory is the root of this repository, issue the following commands: - - cd .. - git clone https://github.com/spring-projects/spring-data-build.git - git clone https://github.com/spring-projects/spring-data-commons.git - - -Building --------- -This is a standard Maven multimodule project. Just issue the command `mvn clean install` from the repo root.