Skip to content

Commit fe02bf4

Browse files
authored
Merge pull request #6653 from michelou/scala-xml
Remove refs to scala-xml in shell scripts
2 parents 81a70d4 + 60b4380 commit fe02bf4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/bin/common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ DOTTY_INTF=$(find_lib "*dotty-interfaces*")
109109
DOTTY_LIB=$(find_lib "*dotty-library*")
110110
SCALA_ASM=$(find_lib "*scala-asm*")
111111
SCALA_LIB=$(find_lib "*scala-library*")
112-
SCALA_XML=$(find_lib "*scala-xml*")
113112
SBT_INTF=$(find_lib "*compiler-interface*")
114113
JLINE_READER=$(find_lib "*jline-reader-3*")
115114
JLINE_TERMINAL=$(find_lib "*jline-terminal-3*")

dist/bin/dotc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ classpathArgs () {
5252
# echo "dotty-library: $DOTTY_LIB"
5353
# echo "scala-asm: $SCALA_ASM"
5454
# echo "scala-lib: $SCALA_LIB"
55-
# echo "scala-xml: $SCALA_XML"
5655
# echo "sbt-intface: $SBT_INTF"
5756

5857
toolchain=""

0 commit comments

Comments
 (0)