From e735c312c874ae6abc401b4765b24a83f5238a99 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Mon, 13 Dec 2010 06:27:55 +0100 Subject: Cleanup (removed obsolete class / imports) ; Cg fix --- make/build-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index d3ba5bec7..0dae3b9cd 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -99,7 +99,7 @@ <condition property="jvmarg.newt.headless" value="-Djava.awt.headless=true"><not><isset property="isOSX"/></not></condition> </target> - <target name="test.manual.run" depends="test.run.setup" unless="isOSX"> + <target name="test.manual.run" depends="test.run.setup"> <for param="test.class.path.m" keepgoing="true"> <!-- results in absolute path --> <fileset dir="${classes}"> -- cgit v1.2.3