From eaf8115d59cf5669a637d04bee608aea2616dee2 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 8 May 2013 10:27:13 +0300 Subject: [PATCH] Update README.md - Remove references to python and .net variants - Update prereqs for building from source to JDK 1.8 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b89f014b67..78a45b9545 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ The framework also serves as the foundation for [Spring Integration][], [Spring Batch][] and the rest of the Spring [family of projects][]. Browse the repositories under the [SpringSource organization][] on GitHub for a full list. -[.NET][] and [Python][] variants are available as well. - ## Downloading artifacts See [downloading Spring artifacts][] for Maven repository information. Unable to use Maven or other transitive dependency management tools? See [building a @@ -35,8 +33,11 @@ simple step-by-step instructions. ## Building from source The Spring Framework uses a [Gradle][]-based build system. In the instructions below, [`./gradlew`][] is invoked from the root of the source tree and serves as -a cross-platform, self-contained bootstrap mechanism for the build. The only -prerequisites are [Git][] and JDK 1.7+. +a cross-platform, self-contained bootstrap mechanism for the build. + +### prerequisites + +[Git][] and the latest [Early Access build of OpenJDK 1.8][JDK18]. ### check out sources `git clone git://github.com/SpringSource/spring-framework.git` @@ -68,8 +69,6 @@ The Spring Framework is released under version 2.0 of the [Apache License][]. [Spring Batch]: https://github.com/SpringSource/spring-batch [family of projects]: http://springsource.org/projects [SpringSource organization]: https://github.com/SpringSource -[.NET]: https://github.com/SpringSource/spring-net -[Python]: https://github.com/SpringSource/spring-python [downloading Spring artifacts]: https://github.com/SpringSource/spring-framework/wiki/Downloading-Spring-artifacts [building a distribution with dependencies]: https://github.com/SpringSource/spring-framework/wiki/Building-a-distribution-with-dependencies [Javadoc]: http://static.springsource.org/spring-framework/docs/current/javadoc-api @@ -86,6 +85,7 @@ The Spring Framework is released under version 2.0 of the [Apache License][]. [Gradle]: http://gradle.org [`./gradlew`]: http://vimeo.com/34436402 [Git]: http://help.github.com/set-up-git-redirect +[JDK18]: http://jdk8.java.net/download.html [Gradle build and release FAQ]: https://github.com/SpringSource/spring-framework/wiki/Gradle-build-and-release-FAQ [Pull requests]: http://help.github.com/send-pull-requests [contributor guidelines]: https://github.com/SpringSource/spring-framework/blob/master/CONTRIBUTING.md