From 5b9dbda4c3e3adbc2c1d3ee3dd44e0bf75c1b054 Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Wed, 30 Sep 2009 09:41:38 +0200 Subject: [PATCH] fix ant build test --- test/ant-1.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/ant-1.sh b/test/ant-1.sh index e85a8db..59bd368 100755 --- a/test/ant-1.sh +++ b/test/ant-1.sh @@ -13,7 +13,7 @@ include debian/testsuite.mk include \$(_cdbs_package_root_dir)/1/rules/debhelper.mk.in include \$(_cdbs_package_root_dir)/1/class/ant.mk.in -DEB_CLASSPATH := /tmp/nothing.jar:\$(DEB_CLASSPATH) +DEB_JARS := /tmp/nothing.jar JAVA_HOME := /usr/lib/jvm/default-java JAVACMD += -Dfoo=bar #Works with the following line but shouldn't be needed. -- 1.6.3.3