From 94ca91dd5f404015bdfa94e373ed94c284761a1d Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 13 Dec 2013 22:23:54 -0800 Subject: Prepare maven-based distribution building. 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) --- doc/licenses/mit_jquery.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/licenses/mit_jquery.txt (limited to 'doc/licenses/mit_jquery.txt') diff --git a/doc/licenses/mit_jquery.txt b/doc/licenses/mit_jquery.txt new file mode 100644 index 0000000000..ef2c570469 --- /dev/null +++ b/doc/licenses/mit_jquery.txt @@ -0,0 +1,13 @@ +Scala includes the jQuery library: + +Copyright (c) 2010 John Resig + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. -- cgit v1.2.3