diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:34:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:34:17 +0000 |
commit | 11e6d0006ade802f2f8bd73c3c66e86f30e836de (patch) | |
tree | 71a9e2a8392f4cd5bd37e2d0c16874991833ee71 /sc/qa | |
parent | 8bdae939a0bc5024b5ae3ea0e82dc7b07a511a14 (diff) |
INTEGRATION: CWS complextest1 (1.5.112); FILE MERGED
2007/07/16 13:30:03 sg 1.5.112.1: #i78662#fixed makefile bug
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/complex/dataPilot/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/complex/dataPilot/makefile.mk b/sc/qa/complex/dataPilot/makefile.mk index 040294e079d0..7ffe3889ce06 100644 --- a/sc/qa/complex/dataPilot/makefile.mk +++ b/sc/qa/complex/dataPilot/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:09:50 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:34:17 $ # # 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 -TimeOut 0 -tb java_complex -o $(PACKAGE:s#$/#.#).$(JAVAFILES:b) + +java -cp $(CLASSPATH) org.openoffice.Runner -TimeOut 0 -tb java_complex -o $(PACKAGE:s#$/#.#).$(JAVAFILES:b) |