From a07879dbc643f362ed86fe764f6386f160d75aaa Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 8 Jul 2013 18:45:46 -0700 Subject: scaladoc needs xml and parser-combinators Concretely, update scala-compiler's pom to list scala-xml and scala-parser-combinators on behalf of scaladoc. NOTE: when spinning off scaladoc, move dependencies to its own pom --- src/build/maven/scala-compiler-pom.xml | 56 ++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 23 deletions(-) (limited to 'src/build/maven') diff --git a/src/build/maven/scala-compiler-pom.xml b/src/build/maven/scala-compiler-pom.xml index 4b90997da4..6e7f1a0f2c 100644 --- a/src/build/maven/scala-compiler-pom.xml +++ b/src/build/maven/scala-compiler-pom.xml @@ -1,13 +1,13 @@ 4.0.0 org.scala-lang scala-compiler jar @VERSION@ - Scala Compiler - Compiler for the Scala Programming Language + Scala Compiler + Compiler for the Scala Programming Language http://www.scala-lang.org/ 2002 @@ -23,12 +23,12 @@ - scm:git:git://github.com/scala/scala.git - https://github.com/scala/scala.git + scm:git:git://github.com/scala/scala.git + https://github.com/scala/scala.git - JIRA - https://issues.scala-lang.org/ + JIRA + https://issues.scala-lang.org/ @@ -37,17 +37,27 @@ scala-library @VERSION@ + + org.scala-lang + scala-xml + @VERSION@ + + + org.scala-lang + scala-parser-combinators + @VERSION@ + org.scala-lang scala-reflect @VERSION@ - - jline - jline - @JLINE_VERSION@ - true - + + jline + jline + @JLINE_VERSION@ + true + @@ -60,14 +70,14 @@ false - - - lamp - EPFL LAMP - - - Typesafe - Typesafe, Inc. - - + + + lamp + EPFL LAMP + + + Typesafe + Typesafe, Inc. + + -- cgit v1.2.3