From 37b49c8b8403b37a0fd5d4a34be611a4396e9cc4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 14:42:43 +0000 Subject: INTEGRATION: CWS ause069 (1.11.18); FILE MERGED 2006/12/01 14:13:36 hjs 1.11.18.1: #i70359# remove forced shell calls --- package/qa/storages/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/qa/storages/makefile.mk') diff --git a/package/qa/storages/makefile.mk b/package/qa/storages/makefile.mk index 229f3094cd19..d9ee403645d6 100644 --- a/package/qa/storages/makefile.mk +++ b/package/qa/storages/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: obo $ $Date: 2006-10-13 11:46:54 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:42:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -115,6 +115,6 @@ CT_APP = org.openoffice.Runner RUN: run run: - +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST) + java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST) -- cgit