Skip to content

Commit a426130

Browse files
committed
Clean up: remove spec, tool-support and bash completion.
The spec is over at scala/scala, and scala/scala-tool-support has the other stuff (it's no longer part of the distribution).
1 parent 16fe007 commit a426130

File tree

107 files changed

+7
-41205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+7
-41205
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
This project morphs the `"org.scala-lang" % "scala-dist" % $version` maven artifact
44
into a Scala `$version` distribution (zip, tar.gz, deb, rpm, and msi).
55

6-
The following parts of this repo are *not* part of the distribution:
7-
- `documentation/`: the LaTeX version of the Scala Language Specification (we're moving to a [Markdown-based spec](https://github.com/adriaanm/scala-ref-markdown));
8-
- `tool-support/`: a collection of editor configurations etc (looking for a maintainer/packager!);
9-
- `bash-completion/`: generates bash completions for the common scala commands (looking for a maintainer/packager!).
10-
116
To build a distribution, run:
127

138
* `universal:package-bin` - Builds the universal zip installer
@@ -26,11 +21,14 @@ or you can specify it using `-Dproject.version`.
2621
This packager only works for Scala 2.11 releases (starting with M8),
2722
as earlier ones did not publish the `scala-dist` artifact to maven.
2823

29-
Due to limited resources, the native packages are quite rudimental,
30-
and bash-completion/tool-support aren't packaged at all.
24+
Due to limited resources, the native packages are quite rudimental -- we welcome new maintainers!
25+
26+
## Legacy
27+
If you're looking for the editor configurations that used to be in the tool-support directory, please see https://github.com/scala/scala-tool-support.
28+
They were moved out because they no longer ship with the Scala distribution (you're welcome to take over the scala-tool-support project!).
3129

32-
If you'd like to maintain any of these packages, please contact scala-internals,
33-
and we'll do our very best to support you!
30+
The specification also used to be in this repo -- it is now a part of the main repository over at scala/scala (since 2.11).
31+
(looking for a maintainer/packager!).
3432

3533
## Windows VM
3634
- install windows 7 professional N 64-bit, ensure network access to github

bash-completion/src/main/resources/completion.d/2.9.1/scala

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)