Skip to content

Commit

Permalink
Do not append Scala versions to the generated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Oct 30, 2014
1 parent ae13ac0 commit 822b55b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ scalaVersion := "2.11.2"

autoScalaLibrary := false

// Do not append Scala versions to the generated artifacts
crossPaths := false

javacOptions ++= Seq("-Xlint:deprecation")

// Ensure Scalive can run on Java 6
Expand Down
2 changes: 1 addition & 1 deletion dev/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is the directory that will be zipped when Scalive is released.
zip/
scalive
scalive.cmd
scalive_2.11-1.4-SNAPSHOT.jar -> ../../target/scala-2.11/scalive_2.11-1.4-SNAPSHOT.jar
scalive-<version>-SNAPSHOT.jar -> ../../target/scala-2.11/scalive-<version>-SNAPSHOT.jar

scala-library-2.10.4.jar
scala-compiler-2.10.4.jar
Expand Down

0 comments on commit 822b55b

Please sign in to comment.