diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 12:34:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 12:34:46 +0000 |
commit | 06fe857fc8f57c95097f2aa97c882451a0153a88 (patch) | |
tree | 6287e36762129dbb40df85af19b810c2e751454b /sc/qa/complex/dataPilot | |
parent | ee1d4f493270deb237fb14639e18fd9eecd5ec57 (diff) |
INTEGRATION: CWS sb20 (1.2.82); FILE MERGED
2004/06/15 07:30:20 sb 1.2.82.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'sc/qa/complex/dataPilot')
-rw-r--r-- | sc/qa/complex/dataPilot/interfaceTests/sheet/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/complex/dataPilot/interfaceTests/sheet/makefile.mk b/sc/qa/complex/dataPilot/interfaceTests/sheet/makefile.mk index 39288470aa9f..c6adb2f63ba3 100644 --- a/sc/qa/complex/dataPilot/interfaceTests/sheet/makefile.mk +++ b/sc/qa/complex/dataPilot/interfaceTests/sheet/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Date: 2004-04-13 12:25:12 $ +# last change: $Date: 2004-07-23 13:34:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,7 @@ PACKAGE = complex$/dataPilot$/interfaceTests$/sheet #----- compile .java files ----------------------------------------- -JARFILES = sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar +JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar JAVAFILES = _XDataPilotDescriptor.java _XDataPilotTable.java JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |