@@ -5,20 +5,20 @@ into a Scala `$version` distribution (zip, tar.gz, deb, rpm, and msi).
5
5
6
6
To build a distribution, run:
7
7
8
- * ` universal:package-bin ` - Builds the universal zip installer
9
- * ` universal-docs:package-bin ` - Builds the universal documentation zip
10
- * ` debian:package-bin ` - Builds the Debian DEB file. * requires dpkg-deb*
11
- * ` rpm:package-bin ` - Builds the yum RPM file. * requires rpmbuild*
12
- * ` windows:package-bin ` - Builds the Windows MSI. * requires WiX 3.6*
8
+ * ` universal:packageBin ` - Builds the universal zip installer
9
+ * ` universal-docs:packageBin ` - Builds the universal documentation zip
10
+ * ` debian:packageBin ` - Builds the Debian DEB file. * requires dpkg-deb*
11
+ * ` rpm:packageBin ` - Builds the yum RPM file. * requires rpmbuild*
12
+ * ` windows:packageBin ` - Builds the Windows MSI. * requires WiX 3.6*
13
13
14
- Alternatively, the ` s3-upload ` task's mappings are configured based on the platform
14
+ Alternatively, the ` s3Upload ` task's mappings are configured based on the platform
15
15
the installer is running on. On Windows, it builds the MSI; on another platform,
16
16
it'll create and upload the other packages in the above list. (Use ` s3Upload::mappings ` for a dry-run.)
17
17
18
18
The version of Scala to package is derived from the most recent git tag,
19
19
or you can specify it using ` -Dproject.version ` .
20
20
21
- This packager only works for Scala 2.11+ releases (starting with M8) ,
21
+ This packager only works for Scala 2.11+ releases,
22
22
as earlier ones did not publish the ` scala-dist ` artifact to maven.
23
23
24
24
Due to limited resources, the native packages are quite rudimentary.
@@ -44,7 +44,7 @@ The specification also used to be in this repo -- it is now a part of the main r
44
44
45
45
## Contributing ##
46
46
Please read the [ Scala Pull Request Policy] ( https://github.com/scala/scala/wiki/Pull-Request-Policy )
47
- and sign the [ CLA] ( http://typesafe .com/contribute/cla/scala ) .
47
+ and sign the [ CLA] ( http://www.lightbend .com/contribute/cla/scala ) .
48
48
49
49
The branching structure mimics that of [ scala/scala] ( https://github.com/scala/scala ) :
50
50
branches for 2.11.x, 2.12.x, etc.
0 commit comments