From 822b55b74ae9c852e841370396c0dd49b31094bd Mon Sep 17 00:00:00 2001 From: Ngoc Dao Date: Thu, 30 Oct 2014 12:41:03 +0900 Subject: [PATCH] Do not append Scala versions to the generated artifacts --- build.sbt | 3 +++ dev/README.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8fecaa6..a7bc268 100755 --- a/build.sbt +++ b/build.sbt @@ -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 diff --git a/dev/README.rst b/dev/README.rst index 8219bee..c23f26d 100644 --- a/dev/README.rst +++ b/dev/README.rst @@ -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--SNAPSHOT.jar -> ../../target/scala-2.11/scalive--SNAPSHOT.jar scala-library-2.10.4.jar scala-compiler-2.10.4.jar