summaryrefslogtreecommitdiff
path: root/src/jline/README.md
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-21 18:40:25 +0000
committerPaul Phillips <paulp@improving.org>2011-01-21 18:40:25 +0000
commit45580f1562b52abbb3022354a90c27bacc76a67f (patch)
treee4fae72fa9b3d145b05fdcfe8308245036358d27 /src/jline/README.md
parent3ca75587df0db94bc4f1a220af93eea35b2828d8 (diff)
downloadscala-45580f1562b52abbb3022354a90c27bacc76a67f.tar.gz
scala-45580f1562b52abbb3022354a90c27bacc76a67f.tar.bz2
scala-45580f1562b52abbb3022354a90c27bacc76a67f.zip
Updated to new jline sources with it moved into...
Updated to new jline sources with it moved into scala.tools.jline. I transitioned the jline build from maven to sbt, and this commit includes the first sbt-built binary. Review by jsuereth.
Diffstat (limited to 'src/jline/README.md')
-rw-r--r--src/jline/README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/jline/README.md b/src/jline/README.md
index 6d129e721d..829476145d 100644
--- a/src/jline/README.md
+++ b/src/jline/README.md
@@ -13,15 +13,12 @@ Building
### Requirements
-* Maven 2+
+* SBT
* Java 5+
-Check out and build:
+This is a fork with scala specific modifications.
+The original repository was: git://github.com/jdillon/jline2.git
- git clone git://github.com/jdillon/jline2.git
- cd jline2
- mvn install
+You can now build with sbt:
-To build the jdk14 jar:
-
- mvn install -Dretro
+ sbt update proguard