Skip to content

Commit 5343c7d

Browse files
committed
WIP: compiler tests should check scala-xml version tested
1 parent 57b6e25 commit 5343c7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/scala/scala/xml/XML.scala

+5
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@ object XML extends XMLLoader[Elem] {
112112
w.write(Utility.serialize(node, minimizeTags = minimizeTags).toString)
113113
}
114114
}
115+
116+
object Properties extends scala.util.PropertiesTrait {
117+
protected def propCategory = "scala-xml"
118+
protected def pickJarBasedOn = classOf[scala.xml.pull.XMLEventReader]
119+
}

0 commit comments

Comments
 (0)