This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cdk.
commit 81e517295fdb60c731523cc5345a7e60eae2ed6e Author: Michael Koch <[email protected]> Date: Tue Feb 19 15:03:19 2008 +0000 -disable need for weka and batik --- debian/ant.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/ant.properties b/debian/ant.properties index 4eebb34..9e84c7c 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -2,3 +2,9 @@ jar=/usr/share/java lib=/usr/share/java devellib=/usr/share/java nowarn=on + +# CDK 1.0.x does not compile against Weka 2.5.7, see SF bug report #1895295 +weka.jar=skip + +# CDK 1.0.x is not tested againt Batik 1.7, see SF feature request #1895300 +compile.batik=false -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

