summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/OfficeBean
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 14:21:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 14:21:48 +0000
commit229f48b26a93d8bdc01f911d2bb71b9f18a90566 (patch)
tree90edcb2c29e830105bcf01bed04e86531eec0770 /odk/examples/DevelopersGuide/OfficeBean
parentINTEGRATION: CWS sb91 (1.55.6); FILE MERGED (diff)
downloadcore-229f48b26a93d8bdc01f911d2bb71b9f18a90566.tar.gz
core-229f48b26a93d8bdc01f911d2bb71b9f18a90566.zip
INTEGRATION: CWS oobeanfix_DEV300 (1.4.232); FILE MERGED
2008/08/26 13:31:10 jsc 1.4.232.1: #i93126# adapt classpath to 3 layer office
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeBean')
-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeBean/Makefile b/odk/examples/DevelopersGuide/OfficeBean/Makefile
index 7fdba1e333c4..c4d5a5091ca4 100644
--- a/odk/examples/DevelopersGuide/OfficeBean/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeBean/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-03-29 12:10:37 $
+# last change: $Author: rt $ $Date: 2008-08-27 15:21:48 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -58,11 +58,10 @@ JAVAFILES = \
CLASSFILES = $(patsubst %.java,$(OUT_COMP_CLASS)/$(PACKAGE)/%.class,$(JAVAFILES))
-SDK_CLASSPATH = $(subst $(EMPTYSTRING) $(PATH_SEPARATOR),$(PATH_SEPARATOR),$(OFFICE_CLASSES_DIR)/jurt.jar\
+SDK_CLASSPATH = $(subst $(EMPTYSTRING) $(PATH_SEPARATOR),$(PATH_SEPARATOR),$(URE_CLASSES_DIR)/jurt.jar\
+ $(PATH_SEPARATOR)$(URE_CLASSES_DIR)/ridl.jar\
+ $(PATH_SEPARATOR)$(URE_CLASSES_DIR)/juh.jar\
$(PATH_SEPARATOR)$(OFFICE_CLASSES_DIR)/unoil.jar\
- $(PATH_SEPARATOR)$(OFFICE_CLASSES_DIR)/ridl.jar\
- $(PATH_SEPARATOR)$(OFFICE_CLASSES_DIR)/sandbox.jar\
- $(PATH_SEPARATOR)$(OFFICE_CLASSES_DIR)/juh.jar\
$(PATH_SEPARATOR)$(OFFICE_CLASSES_DIR)/officebean.jar\
$(PATH_SEPARATOR)$(OUT_COMP_CLASS))