Skip to content

Commit

Permalink
reverted addition of 'scala3-staging' library
Browse files Browse the repository at this point in the history
  • Loading branch information
michelou committed Mar 21, 2022
1 parent 351709d commit b7d0f63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/bin/scaladoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ classpathArgs () {
CLASS_PATH+="$(find_lib "*scala3-interfaces*")$PSEP"
CLASS_PATH+="$(find_lib "*scala3-library*")$PSEP"
CLASS_PATH+="$(find_lib "*tasty-core*")$PSEP"
CLASS_PATH+="$(find_lib "*scala3-staging*")$PSEP"
CLASS_PATH+="$(find_lib "*scala3-tasty-inspector*")$PSEP"
CLASS_PATH+="$(find_lib "*flexmark-0*")$PSEP"
CLASS_PATH+="$(find_lib "*flexmark-html-parser*")$PSEP"
Expand Down
1 change: 0 additions & 1 deletion dist/bin/scaladoc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ call :updateClasspath "scala3-compiler"
call :updateClasspath "scala3-interfaces"
call :updateClasspath "scala3-library"
call :updateClasspath "tasty-core"
call :updateClasspath "scala3-staging"
call :updateClasspath "scala3-tasty-inspector"
call :updateClasspath "flexmark-0"
call :updateClasspath "flexmark-html-parser"
Expand Down

0 comments on commit b7d0f63

Please sign in to comment.