summaryrefslogtreecommitdiff
path: root/dbuild-meta.json
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-08-16 17:22:21 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-08-27 11:10:30 -0700
commit67600a72d47900a22e97d82f236cca1b0153674e (patch)
tree7148767332d1a25146d50c65eb4d6c295a974c8e /dbuild-meta.json
parent9c50dd52743b7ff4de19548669dfa7e7a0304034 (diff)
downloadscala-67600a72d47900a22e97d82f236cca1b0153674e.tar.gz
scala-67600a72d47900a22e97d82f236cca1b0153674e.tar.bz2
scala-67600a72d47900a22e97d82f236cca1b0153674e.zip
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.
Diffstat (limited to 'dbuild-meta.json')
-rw-r--r--dbuild-meta.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/dbuild-meta.json b/dbuild-meta.json
index 3987afa395..faf75a46b5 100644
--- a/dbuild-meta.json
+++ b/dbuild-meta.json
@@ -90,42 +90,6 @@
"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": [
- {
- "extension": "jar",
"name": "scaladoc",
"organization": "org.scala-lang"
}