Skip to content

Commit 6d0058d

Browse files
committed
scala-xml is no longer bundled
1 parent abdd758 commit 6d0058d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/jobs/release/website/archives

-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@ ssh chara "cd $archivesDir && wget -nv -O scala-docs-$version.txz '$url/scala-d
2222

2323
echo "Expanding scala-library API docs for $version to api/$version (with subdirectories for scala-compiler and scala-reflect)."
2424
ssh chara "cd $archivesDir && mkdir -p api/$version && tar -xvz --strip-component 2 -f scala-docs-$version.tgz -C api/$version && mv api/$version/scala-library/* api/$version/" # tar on jenkins does not support the -s option
25-
26-
echo "Expanding the Scaladoc for other bundled modules"
27-
modules="scala-xml"
28-
for m in $modules; do
29-
ssh chara "(set -x; cd $archivesDir && mkdir -p api/$version/$m && unzip \$(find api/$version/jars -name ${m}_'*javadoc.jar' -o -name ${m}-${version}-javadoc.jar) -d api/$version/$m;)"
30-
done

0 commit comments

Comments
 (0)