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. --- dbuild-meta.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'dbuild-meta.json') diff --git a/dbuild-meta.json b/dbuild-meta.json index 3987afa395..faf75a46b5 100644 --- a/dbuild-meta.json +++ b/dbuild-meta.json @@ -86,42 +86,6 @@ "name": "scala-actors", "organization": "org.scala-lang" }, - { - "artifacts": [ - { - "extension": "jar", - "name": "scala-xml", - "organization": "org.scala-lang" - } - ], - "dependencies": [ - { - "extension": "jar", - "name": "scala-library", - "organization": "org.scala-lang" - } - ], - "name": "scala-xml", - "organization": "org.scala-lang" - }, - { - "artifacts": [ - { - "extension": "jar", - "name": "scala-parser-combinators", - "organization": "org.scala-lang" - } - ], - "dependencies": [ - { - "extension": "jar", - "name": "scala-library", - "organization": "org.scala-lang" - } - ], - "name": "scala-parser-combinators", - "organization": "org.scala-lang" - }, { "artifacts": [ { -- cgit v1.2.3