diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:48:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:48:28 +0000 |
commit | 9ddaf3bec5270790333cf10975325b62061aa8d9 (patch) | |
tree | 087cccf6e035b0c190d8bb8a7897ba53e99d5180 /linguistic | |
parent | 35dd74197e8422ab0e20b4b7b595914af5eec0a1 (diff) |
INTEGRATION: CWS ause069 (1.4.54); FILE MERGED
2006/12/01 15:04:00 hjs 1.4.54.1: #i70359# remove forced shell calls
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/qa/complex/linguistic/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |