From 67600a72d47900a22e97d82f236cca1b0153674e Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 16 Aug 2013 17:22:21 -0700 Subject: Remove scala-xml and scala-parser-combinators These modules move to their own repositories: - https://github.com/scala/scala-xml (v1.0-RC3) - https://github.com/scala/scala-parser-combinators (v1.0-RC1) The modularization depends on the new partest, as the old one's classpath handling did not support a modularized scala. The compiler pom now depends on the artifacts published separately, with versions specified in versions.properties. NOTES: - The osgi tests resolve the xml and parsers jars and osgi-fy them, as they are no longer built locally. TODO: Can we move the osgification to the module builds? - Disabled local repositories: don't want to accidentally include unpublished artifacts in releases etc. --- src/build/maven/maven-deploy.xml | 5 +- src/build/maven/scala-compiler-pom.xml | 12 ++--- src/build/maven/scala-parser-combinators-pom.xml | 59 ------------------------ src/build/maven/scala-xml-pom.xml | 59 ------------------------ 4 files changed, 9 insertions(+), 126 deletions(-) delete mode 100644 src/build/maven/scala-parser-combinators-pom.xml delete mode 100644 src/build/maven/scala-xml-pom.xml (limited to 'src/build/maven') diff --git a/src/build/maven/maven-deploy.xml b/src/build/maven/maven-deploy.xml index f52a7888ce..946b712b6c 100644 --- a/src/build/maven/maven-deploy.xml +++ b/src/build/maven/maven-deploy.xml @@ -55,6 +55,9 @@ + + + @@ -108,8 +111,6 @@ - - diff --git a/src/build/maven/scala-compiler-pom.xml b/src/build/maven/scala-compiler-pom.xml index 6e7f1a0f2c..8cc42c22ae 100644 --- a/src/build/maven/scala-compiler-pom.xml +++ b/src/build/maven/scala-compiler-pom.xml @@ -38,14 +38,14 @@ @VERSION@ - org.scala-lang - scala-xml - @VERSION@ + org.scala-lang.modules + scala-xml_@SCALA_BINARY_VERSION@ + @XML_VERSION@ - org.scala-lang - scala-parser-combinators - @VERSION@ + org.scala-lang.modules + scala-parser-combinators_@SCALA_BINARY_VERSION@ + @PARSER_COMBINATORS_VERSION@ org.scala-lang diff --git a/src/build/maven/scala-parser-combinators-pom.xml b/src/build/maven/scala-parser-combinators-pom.xml deleted file mode 100644 index cddff269c8..0000000000 --- a/src/build/maven/scala-parser-combinators-pom.xml +++ /dev/null @@ -1,59 +0,0 @@ - - 4.0.0 - org.scala-lang - scala-parser-combinators - jar - @VERSION@ - Scala Parser Combinators - Parser Combinator Library for the Scala Programming Language - http://www.scala-lang.org/ - 2002 - - LAMP/EPFL - http://lamp.epfl.ch/ - - - - BSD-like - http://www.scala-lang.org/downloads/license.html - - repo - - - - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git - - - JIRA - https://issues.scala-lang.org/ - - - http://www.scala-lang.org/api/@VERSION@/ - - - - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - - - - - lamp - EPFL LAMP - - - Typesafe - Typesafe, Inc. - - - diff --git a/src/build/maven/scala-xml-pom.xml b/src/build/maven/scala-xml-pom.xml deleted file mode 100644 index 629872c2e2..0000000000 --- a/src/build/maven/scala-xml-pom.xml +++ /dev/null @@ -1,59 +0,0 @@ - - 4.0.0 - org.scala-lang - scala-xml - jar - @VERSION@ - Scala XML - XML Library for the Scala Programming Language - http://www.scala-lang.org/ - 2002 - - LAMP/EPFL - http://lamp.epfl.ch/ - - - - BSD-like - http://www.scala-lang.org/downloads/license.html - - repo - - - - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git - - - JIRA - https://issues.scala-lang.org/ - - - http://www.scala-lang.org/api/@VERSION@/ - - - - - - scala-tools.org - @RELEASE_REPOSITORY@ - - - scala-tools.org - @SNAPSHOT_REPOSITORY@ - false - - - - - lamp - EPFL LAMP - - - Typesafe - Typesafe, Inc. - - - -- cgit v1.2.3