From a38fd5c324899eeafe725f5499d53a14c8766ce7 Mon Sep 17 00:00:00 2001 From: Vojin Jovanovic Date: Mon, 19 Mar 2012 17:14:21 +0100 Subject: Separating Scala Actors from the Scala Library. Scala actors are now in scala-actors.jar. Changes that were done are: - Fixed partest to include actors library for various test usages - Created the entry for the new jar in build.xml - Added maven entries for scala actors Review by: @jsuereth --- src/build/maven/maven-deploy.xml | 23 +++++++------ src/build/maven/scala-actors-pom.xml | 62 ++++++++++++++++++++++++++++++++++++ src/build/pack.xml | 9 ++++-- 3 files changed, 81 insertions(+), 13 deletions(-) create mode 100644 src/build/maven/scala-actors-pom.xml (limited to 'src/build') diff --git a/src/build/maven/maven-deploy.xml b/src/build/maven/maven-deploy.xml index e0f31a5db2..7f8343a84e 100644 --- a/src/build/maven/maven-deploy.xml +++ b/src/build/maven/maven-deploy.xml @@ -111,11 +111,12 @@ + - - - + + + @@ -168,12 +169,13 @@ - + - - + + + @@ -234,13 +236,14 @@ - - + + - - + + + diff --git a/src/build/maven/scala-actors-pom.xml b/src/build/maven/scala-actors-pom.xml new file mode 100644 index 0000000000..12bae2a23d --- /dev/null +++ b/src/build/maven/scala-actors-pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + org.scala-lang + scala-actors + jar + @VERSION@ + Scala Actors library + Deprecated Actors Library for Scala + http://www.scala-lang.org/ + 2006 + + LAMP/EPFL + http://lamp.epfl.ch/ + + + + BSD-like + http://www.scala-lang.org/downloads/license.html + + repo + + + + scm:svn:http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk + https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk + + + trac + http://lampsvn.epfl.ch/trac/scala + + + + + org.scala-lang + scala-library + @VERSION@ + + + + + scala-tools.org + @RELEASE_REPOSITORY@ + + + scala-tools.org + @SNAPSHOT_REPOSITORY@ + false + + + + + lamp + EPFL LAMP + + + Typesafe + Typesafe, Inc. + + + diff --git a/src/build/pack.xml b/src/build/pack.xml index e79895e3a8..c12cfa44bf 100644 --- a/src/build/pack.xml +++ b/src/build/pack.xml @@ -114,8 +114,8 @@ MAIN DISTRIBUTION SBAZ version="${version.number}" desc="The Scala library. This is the minimal requirement to run any Scala program." link="${sbaz.universe}/scala-library-${version.number}.sbp"> - - + + @@ -228,6 +228,7 @@ MAIN DISTRIBUTION SBAZ + @@ -290,11 +291,13 @@ MAIN DISTRIBUTION SBAZ basedir="${build-docs.dir}/continuations-plugin"> - + + -- cgit v1.2.3