diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:12:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:12:35 +0000 |
commit | b33df4d11fce996fdc67b775fe1ad26859da5d06 (patch) | |
tree | 48bbdd70e9d2b9a1302d7af1f37f5b4ab610f77d /sfx2/qa | |
parent | 17f9b8194d40a2ca75db57412411d9472d25bf78 (diff) |
INTEGRATION: CWS ause069 (1.4.348); FILE MERGED
2006/11/28 12:07:20 hjs 1.4.348.1: #i70359# remove forced shell calls
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/complex/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/qa/complex/makefile.mk b/sfx2/qa/complex/makefile.mk index 12501a957270..71855fdb3f66 100644 --- a/sfx2/qa/complex/makefile.mk +++ b/sfx2/qa/complex/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-07 17:25:28 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:12:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,4 +63,4 @@ JARCOMPRESS = TRUE run: - +java -cp $(CLASSPATH) org.openoffice.Runner -TestBase java_complex -o $(PACKAGE:s#$/#.#).$(JAVAFILES:b) + java -cp $(CLASSPATH) org.openoffice.Runner -TestBase java_complex -o $(PACKAGE:s#$/#.#).$(JAVAFILES:b) |