From 4340f799da2c7a7097eb327c353d0d96084197f8 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 20 Jun 2013 11:39:47 -0700 Subject: Spin off src/library/scala/xml to src/xml/scala/xml. Summary: - Remove the last vestiges of xml from Predef and Contexts. - Change build to compile scala.xml to scala-xml.jar. - Deploy scala-xml module to maven. - Update partest accordingly. Note: An older compiler cannot use the new standard library to compile projects that use XML. Thus, skipping locker will break the build until we use 2.11.0-M4 for STARR. In the future build process, where we drop locker, we would have to release a milestone that supports the old and the new approach to xml. As soon as we'd be using that new milestone for starr, we could drop support for the old approach. --- src/build/maven/scala-xml-pom.xml | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/build/maven/scala-xml-pom.xml (limited to 'src/build/maven/scala-xml-pom.xml') diff --git a/src/build/maven/scala-xml-pom.xml b/src/build/maven/scala-xml-pom.xml new file mode 100644 index 0000000000..629872c2e2 --- /dev/null +++ b/src/build/maven/scala-xml-pom.xml @@ -0,0 +1,59 @@ + + 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