diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-12-07 13:39:51 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-12-07 13:39:51 +0100 |
commit | b1031d726abb270e912e023fc18ebddccd77687c (patch) | |
tree | 3e41264d8e55034c44c253c5f816dc6d39b64219 /sfx2/qa | |
parent | 49dbc415b42830d3245b6e58245f4f13f79e032b (diff) |
undoapi: need only OOoRunnerLight, not OOoRunner
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/complex/sfx2/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/makefile.mk b/sfx2/qa/complex/sfx2/makefile.mk index 95a483bf2497..03c42ecc2638 100644 --- a/sfx2/qa/complex/sfx2/makefile.mk +++ b/sfx2/qa/complex/sfx2/makefile.mk @@ -42,7 +42,7 @@ PACKAGE = complex/sfx2 #----- compile .java files ----------------------------------------- -JARFILES = OOoRunner.jar ridl.jar test.jar test-tools.jar unoil.jar +JARFILES = OOoRunnerLight.jar ridl.jar test.jar test-tools.jar unoil.jar EXTRAJARFILES = $(OOO_JUNIT_JAR) JAVAFILES = $(shell @$(FIND) . -name "*.java") \ |