From 9ddaf3bec5270790333cf10975325b62061aa8d9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 12:48:28 +0000 Subject: INTEGRATION: CWS ause069 (1.4.54); FILE MERGED 2006/12/01 15:04:00 hjs 1.4.54.1: #i70359# remove forced shell calls --- linguistic/qa/complex/linguistic/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linguistic') diff --git a/linguistic/qa/complex/linguistic/makefile.mk b/linguistic/qa/complex/linguistic/makefile.mk index 8b3ff240182a..3c76f9cbd7c8 100644 --- a/linguistic/qa/complex/linguistic/makefile.mk +++ b/linguistic/qa/complex/linguistic/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:47:49 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:48:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,7 +75,7 @@ CT_APP = org.openoffice.Runner RUN: run run: - +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TEST) -tdoc $(PWD)$/testdocuments + java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TEST) -tdoc $(PWD)$/testdocuments -- cgit