diff options
-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) |