Skip to content

Commit d7cf43f

Browse files
committed
Merge pull request scala#4658 from SethTisue/remove-xml-coalescing-hack
remove temporary XML coalescing hack we used to build M2
2 parents aae695e + efe5c11 commit d7cf43f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/jobs/integrate/bootstrap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ buildXML() {
217217
then echo "Found scala-xml $XML_VER; not building."
218218
else
219219
update scala scala-xml "$XML_REF" && gfxd
220-
# TODO: compile under 2.12 source level once `scala.xml.XMLTest.escape` is fixed (see #4451)
221-
sbtBuild 'set scalacOptions += "-Xsource:2.11"' 'set version := "'$XML_VER'-DOC"' $clean doc 'set version := "'$XML_VER'"' test "${buildTasks[@]}"
220+
sbtBuild 'set version := "'$XML_VER'-DOC"' $clean doc 'set version := "'$XML_VER'"' test "${buildTasks[@]}"
222221
XML_BUILT="yes" # ensure the module is built and published when buildXML is invoked for the second time, see comment above
223222
fi
224223
}

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ starr.version=2.12.0-M2
2222
scala.binary.version=2.12.0-M2
2323

2424
# external modules shipped with distribution, as specified by scala-library-all's pom
25-
scala-xml.version.number=1.0.4
25+
scala-xml.version.number=1.0.5
2626
scala-parser-combinators.version.number=1.0.4
2727
scala-swing.version.number=2.0.0-M2
2828
scala-swing.version.osgi=2.0.0.M2

0 commit comments

Comments
 (0)