Author: mkoch Date: 2008-02-19 15:03:19 +0000 (Tue, 19 Feb 2008) New Revision: 5744
Modified: trunk/cdk/debian/ant.properties Log: -disable need for weka and batik Modified: trunk/cdk/debian/ant.properties =================================================================== --- trunk/cdk/debian/ant.properties 2008-02-19 15:02:42 UTC (rev 5743) +++ trunk/cdk/debian/ant.properties 2008-02-19 15:03:19 UTC (rev 5744) @@ -2,3 +2,9 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

