diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:15:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:15:17 +0000 |
commit | 652abefff0254539752c4cd43c5aaba50892b7e6 (patch) | |
tree | 9d23d30d15ce7234191b3252de7a551169d44607 /solenv/inc/javaunittest.mk | |
parent | cb6dbf4d8ef4b98f9576722047ed3be06571dfa7 (diff) |
INTEGRATION: CWS gcj1 (1.5.118); FILE MERGED
2004/12/03 14:30:32 cmc 1.5.118.1: #i38188# use JAVAI and JAVACPS from settings.mk in javaunittest.mk
Diffstat (limited to 'solenv/inc/javaunittest.mk')
-rw-r--r-- | solenv/inc/javaunittest.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/javaunittest.mk b/solenv/inc/javaunittest.mk index 86e16f8643dc..e72e3f53802e 100644 --- a/solenv/inc/javaunittest.mk +++ b/solenv/inc/javaunittest.mk @@ -2,9 +2,9 @@ # # $RCSfile: javaunittest.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-07-23 15:10:42 $ +# last change: $Author: obo $ $Date: 2005-01-25 15:15:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -114,7 +114,7 @@ $(TESTS): $(JAVACLASSFILES) .ENDIF %.test .PHONY: %.java - java -classpath $(CLASSPATH) org.openoffice.Runner -TestBase java_complex \ + $(JAVAI) $(JAVACPS) $(CLASSPATH) org.openoffice.Runner -TestBase java_complex \ -NoOffice yes -o $(subst,$/,. $(subst,.test, $(PACKAGE).$@)) .IF "$(IDLTESTFILES)" != "" |