summaryrefslogtreecommitdiff
path: root/src/eclipse
diff options
context:
space:
mode:
authorSimon Schaefer <mail@antoras.de>2013-10-03 19:58:42 +0200
committerSimon Schaefer <mail@antoras.de>2013-10-03 19:58:42 +0200
commit74d94cf4770396d71043dd5f20b27de82388d9c2 (patch)
tree141a7840d95cf17f6f83efc1f85fbb92bb5f835d /src/eclipse
parent63999cd7d61482ab2fdd17d37ffa6db323f5f84d (diff)
downloadscala-74d94cf4770396d71043dd5f20b27de82388d9c2.tar.gz
scala-74d94cf4770396d71043dd5f20b27de82388d9c2.tar.bz2
scala-74d94cf4770396d71043dd5f20b27de82388d9c2.zip
Correct build command for scala-ide
Diffstat (limited to 'src/eclipse')
-rw-r--r--src/eclipse/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eclipse/README.md b/src/eclipse/README.md
index d3644aad1c..a1dc01e122 100644
--- a/src/eclipse/README.md
+++ b/src/eclipse/README.md
@@ -9,7 +9,7 @@ of Scala. To do so enter the following commands one after the other:
git clone https://github.com/scala-ide/scala-ide.git
cd scala-ide
- ./build-all.sh clean install -Pscala-2.11.x -Psbt-new -Peclipse-kepler -DskipTests
+ ./build-all.sh clean install -Pscala-2.11.x -Peclipse-kepler -DskipTests
After that you have an update site in `scala-ide/org.scala-ide.sdt.update-site/target/site`, which needs to be
installed in Eclipse.