Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Updated build instructions in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
misto committed Mar 14, 2013
1 parent 95f21f7 commit b15ce09
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Welcome to the Scala Refactoring project!

The project requires Scala 2.10 but also supports 2.11. For older versions of
Scala, please take a look at the various branches.

1. Project Layout
--------------------------------------------------------------------------------

Expand Down Expand Up @@ -67,9 +70,9 @@ The examples directory contains two demos:
2. Building
--------------------------------------------------------------------------------

We use Maven (minimum version is 3 because we use Tycho) to build the project:
We use Maven to build the project:

> mvn -Dscala.version=2.9.0 package
> ./build.sh

creates all the artifacts, except for the documentation, which needs to be
built separately. For different versions of Scala, take a look at the build.sh
Expand Down

0 comments on commit b15ce09

Please sign in to comment.