Skip to content

Commit

Permalink
Scala 2.10.4 in, 2.10.2 out
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Apr 11, 2014
1 parent 62c4722 commit 53602b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ JVM processes without any prior setup at the target process.
## Download

Download and extract
[scalive-1.0.zip](https://github.com/ngocdaothanh/scalive/releases/download/v1.0/scalive-1.0.zip),
[scalive-1.1.zip](https://github.com/ngocdaothanh/scalive/releases/download/v1.1/scalive-1.1.zip),
you will see:

```
scalive-1.0/
scalive-1.1/
scalive
scalive.cmd
scalive-1.0.jar
scala-library-2.10.2.jar
scala-compiler-2.10.2.jar
scala-reflect-2.10.2.jar
scalive-1.1.jar
scala-library-2.10.3.jar
scala-compiler-2.10.3.jar
scala-reflect-2.10.3.jar
scala-library-2.10.4.jar
scala-compiler-2.10.4.jar
scala-reflect-2.10.4.jar
```

scala-library, scala-compiler, and scala-reflect of the appropriate version
will be loaded to your running JVM process, if they have not been loaded.

For convenience, Scala 2.10.2 and 2.10.3 JARs are preincluded. If your process
For convenience, Scala 2.10.3 and 2.10.4 JARs are preincluded. If your process
is using a different Scala version, you need to manually download the
corresponding JARs and save them as above.

Expand Down
18 changes: 9 additions & 9 deletions dev/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ This is the directory that will be zipped when Scalive is released.
zip/
scalive
scalive.cmd
scalive_2.10-1.0-SNAPSHOT.jar -> ../../target/scala-2.10/scalive_2.10-1.0-SNAPSHOT.jar

scala-library-2.10.2.jar
scala-compiler-2.10.2.jar
scala-reflect-2.10.2.jar
scalive_2.10-1.1-SNAPSHOT.jar -> ../../target/scala-2.10/scalive_2.10-1.1-SNAPSHOT.jar

scala-library-2.10.3.jar
scala-compiler-2.10.3.jar
scala-reflect-2.10.3.jar

scala-library-2.10.4.jar
scala-compiler-2.10.4.jar
scala-reflect-2.10.4.jar

While developing:

* Run ``sbt package`` to create/update scalive.jar
Expand All @@ -54,14 +54,14 @@ released (remember to remove uneccessary files, like .gitignore):
scalive.cmd
scalive-<version>.jar <-- Doesn't depend on Scala, thus doesn't follow Scala JAR naming

scala-library-2.10.2.jar
scala-compiler-2.10.2.jar
scala-reflect-2.10.2.jar

scala-library-2.10.3.jar
scala-compiler-2.10.3.jar
scala-reflect-2.10.3.jar

scala-library-2.10.4.jar
scala-compiler-2.10.4.jar
scala-reflect-2.10.4.jar

Then zip it:

::
Expand Down

0 comments on commit 53602b3

Please sign in to comment.