summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:39:12 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:39:12 +0000
commit872f010a716502393ac4f8195ff083846eedbeb9 (patch)
tree929484d601ab1dfd314571c4ccb7205f23fec610 /sfx2/qa
parenta16c98917631b3589c0cdb9d85e6aa289ae65c5f (diff)
INTEGRATION: CWS basemodelrefactoring (1.4.34); FILE MERGED
2007/04/28 12:12:15 mba 1.4.34.1: #i76516#: java must be called through a variable
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/docinfo/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/qa/complex/docinfo/makefile.mk b/sfx2/qa/complex/docinfo/makefile.mk
index d4c876a7b369..0ba4d179abc4 100644
--- a/sfx2/qa/complex/docinfo/makefile.mk
+++ b/sfx2/qa/complex/docinfo/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:12:48 $
+# last change: $Author: obo $ $Date: 2007-07-17 13:39:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -61,4 +61,4 @@ JARCOMPRESS = TRUE
run:
- java -cp $(CLASSPATH) org.openoffice.Runner -TestBase java_complex -o $(PACKAGE:s#$/#.#).$(JAVAFILES:b)
+ $(JAVAI) -cp $(CLASSPATH) org.openoffice.Runner -TestBase java_complex -o $(PACKAGE:s#$/#.#).$(JAVAFILES:b)