summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-11-25 12:09:54 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-11-25 12:09:54 +0000
commita350c4c1a5d44e206f19320ac914b40c1ba41167 (patch)
treed32ea564c6550cfadad08051c55da120df36ebbe /README
parentec6a2ce91ce0b9af0121b622b3cd07d445b44ce9 (diff)
downloadscala-a350c4c1a5d44e206f19320ac914b40c1ba41167.tar.gz
scala-a350c4c1a5d44e206f19320ac914b40c1ba41167.tar.bz2
scala-a350c4c1a5d44e206f19320ac914b40c1ba41167.zip
updated README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 61425f8002..5bf8d51e0c 100644
--- a/README
+++ b/README
@@ -66,7 +66,7 @@ Part III. Requirements for SABBUS
--------------------------------------------------------------------------------
The Scala build system is based on Apache Ant. Most required pre-compiled libraries are part of the repository (in 'lib/'). The following however is assumed to be installed on the build machine:
- - A Java runtime environment (JRE) or SDK 1.5 or above.
+ - A Java runtime environment (JRE) or SDK 1.6 or above.
- Apache Ant version 1.7.0 or above.
Part IV. Common use-cases