summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0fef2d1065..0c907dc843 100644
--- a/build.xml
+++ b/build.xml
@@ -967,9 +967,18 @@ GENERATES A DISTRIBUTION
<runtarget target="dist"/>
</target>
+ <target name="dist.quick"
+ depends="build.strap, dist.latest"
+ description="Creates a quick Scala distribution (no tests and docs)"
+ />
+
<target name="dist"
- depends="test, docs"
+ depends="test, docs, dist.latest"
description="Creates a complete Scala distribution"
+ />
+
+ <target name="dist.latest"
+ description="Creates the latest Scala distribution"
>
<property
name="dist.current.dir"