summaryrefslogtreecommitdiff
path: root/docs/README
Commit message (Collapse)AuthorAgeFilesLines
* Prepare maven-based distribution building.Adriaan Moors2013-12-191-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: `maven/latest/build.xml` is now deprecated. To publish a Scala build, simply call `ant publish` or `ant publish-local`. `maven/latest/build.xml` will soon disappear from `dists/` The idea is that a Scala distribution is a simple repackaging of artifacts already available on maven. Already available: typical jars for the artifacts (classes, sources, scaladoc). To add: the bin/, doc/, and man/ directories. Thus, move the contents that should end up in the distribution from docs/ to doc/, create the man/ directory with the manpages, and include the scripts in bin/. Next up: package these directories in a jar and publish to maven, with a dependency on scala-library-all, scala-reflect and scala-compiler, for the jars that should end up in the distribution. Refactorings: - Pull filter-pom out from deploy-one. - Rename maven-base to dist.maven. - Set all properties in the init target (dist.maven)
* Update README, include doc/licenses in distroAdriaan Moors2013-12-101-40/+18
| | | | | | | | | | | We forgot to copy the licenses directory to the dists/ directory, so that they weren't included in the binary distribution. I did some house cleaning while I was at it. We no longer distribute ant as far as I can see (we used to for the sbt build, but that was long since removed). Added license for ASM, and Jansi (just to be sure).
* Updated README for latest installationsJosh Suereth2012-03-271-10/+4
|
* docs updateAntonio Cunei2009-05-111-1/+2
|
* Removed java 1.4 charset workaround and a stray...Paul Phillips2009-05-061-2/+2
| | | | | Removed java 1.4 charset workaround and a stray 1.4 mention.
* minor changesmichelou2007-05-211-8/+9
|
* updated contents of file docs/README in module ...michelou2006-03-181-27/+27
| | | | | updated contents of file docs/README in module 'scala'
* Created proper 'docs' folder for new layout.Gilles Dubochet2005-12-161-0/+62