[hotfix] Remove outdated README for the quickstart projects.

The README was describing non-existing bash scripts removed several versions 
ago.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/16cf8b13
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/16cf8b13
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/16cf8b13

Branch: refs/heads/master
Commit: 16cf8b1355fda5cc47634820a88249d61a768c60
Parents: 9915b33
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Jan 14 21:38:58 2016 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Jan 15 11:44:20 2016 +0100

----------------------------------------------------------------------
 flink-quickstart/README.md | 31 -------------------------------
 1 file changed, 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/16cf8b13/flink-quickstart/README.md
----------------------------------------------------------------------
diff --git a/flink-quickstart/README.md b/flink-quickstart/README.md
deleted file mode 100644
index e81cd57..0000000
--- a/flink-quickstart/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-flink-quickstart
-=======================
-
-Two simple quickstart maven archetypes for Flink.
-
-When you import the scala project into eclipse you will also need the 
following plugins:
-
-Eclipse 4.x:
-  * scala-ide: http://download.scala-ide.org/sdk/e38/scala210/stable/site
-  * m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site
-  * build-helper-maven-plugin: 
https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/
-
-Eclipse 3.7:
-  * scala-ide: http://download.scala-ide.org/sdk/e37/scala210/stable/site
-  * m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site
-  * build-helper-maven-plugin: 
https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109282148/
-
-
-# Repository Organization
-
-The quickstart bash scripts do not necessarily point to the most recent 
version in the code. Since the archetypes are versioned, the quickstarts 
usually differ by pointing to a specific version.
-
-The `quickstart.sh` script always points to the current stable release (v0.4, 
v0.5)
-`-SNAPSHOT` points to the current snapshot version.
-
-
-(Use `-DarchetypeCatalog=local` for local testing during archetype development)
-
-# Java 8 with Lambda Expressions
-
-If you are planning to use Java 8 and want to use Lambda Expression, please 
open the generated "pom.xml" file and modify/uncomment the mentioned lines.

Reply via email to