From e20a23f7e410fbcb83f9f2a59ec672d089aa66d0 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Mon, 14 May 2007 13:25:06 +0000 Subject: several updates to parallel build.xml: - merged scala-actors.jar into scala-library.jar - deprecation and unchecked warnings turned on - jar manifests have more information in them - scala-library.jar also gets a version property file --- debian/simpbuild.xml | 119 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 78 insertions(+), 41 deletions(-) (limited to 'debian') diff --git a/debian/simpbuild.xml b/debian/simpbuild.xml index 763f6465b3..86125d4e6b 100644 --- a/debian/simpbuild.xml +++ b/debian/simpbuild.xml @@ -1,7 +1,6 @@ - @@ -43,6 +42,7 @@ --> + @@ -52,41 +52,37 @@ - - - - - - - - + + + + - + - - - + + + - - + + - - - - + + + + - + @@ -137,6 +133,8 @@ + + @@ -237,6 +235,7 @@ srcdir="${src.lib.dir}" destdir="${build.lib.dir}" usepredefs="no" + deprecation="yes" unchecked="yes" > @@ -247,6 +246,7 @@ @@ -262,6 +262,7 @@ @@ -276,6 +277,7 @@ @@ -296,6 +298,7 @@ @@ -336,24 +339,63 @@ + + + +
+ + + + + + + +
+ + + + + +
+ + + + + + + +
- - - - - - + + +
+ + + + + + + +
@@ -396,9 +438,10 @@ + includes="**/*.scala"> + + + - @@ -423,19 +461,20 @@ destdir="${api.lib.dir}" sourcepath="" windowtitle="Scala Library Documentation" - doctitle="<div>Scala 2v${version.number}</div>" + documenttitle="<div>Scala 2v${version.number}</div>" > - - + + - + @@ -471,10 +510,8 @@ > - - -- cgit v1.2.3