From e588e23b94d1f26e6818701e26734b357d37a99a Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 8 Mar 2006 10:08:40 +0000 Subject: added generation of 'scaladoc' command --- build.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 59 insertions(+), 5 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index d4aea13026..c9e92fc3e5 100644 --- a/build.xml +++ b/build.xml @@ -71,6 +71,7 @@ PROPERTIES + @@ -290,7 +291,7 @@ INITIALISATION @@ -594,6 +595,21 @@ BUILD QUICK-TEST LAYER file="${quick.dir}/${exec.dir.name}/${scala.exec.name}" perm="ugo+rx" /> + + + + - + - + - @@ -810,8 +843,11 @@ EXAMPLES + - + classname=${classname} + @@ -871,6 +907,22 @@ GENERATES A DISTRIBUTION file="${dist.current.dir}/bin/${scala.exec.name}" perm="ugo+rx" /> + + + +