From 0b6d78a5ce99a40a4d51a48caff5e9cd5558d94c Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 21 Feb 2007 14:35:46 +0000 Subject: [PATCH] * Update Java class file version to 1.4 in javac task. * Exclude ant classpath in javac task. * Exclude apache-dom.jar in binary build, include it in source build. * Change tarfilesets and zipfilesets to use include and exclude elements instead of attributes. --- build/build.xml | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/build/build.xml b/build/build.xml index efce742a..c1be80ca 100644 --- a/build/build.xml +++ b/build/build.xml @@ -100,12 +100,13 @@ + optimize="${optimize}" + includeAntRuntime="no"> @@ -367,6 +368,7 @@ + @@ -382,7 +384,12 @@ - + + + + + + @@ -394,8 +401,15 @@ - + + + + + + + + + @@ -409,8 +423,15 @@ - + + + + + + + + +