diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:10:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:10:01 +0000 |
commit | 1f76e7dd36c190caab94a7f7aa00cc3a076026d4 (patch) | |
tree | c21491114cb09dded73f681db751e79eb83c4bc8 /odk/examples | |
parent | 1d2bec9e53c4f9e6e966b7c9e41024d2337961ea (diff) |
INTEGRATION: CWS jsc17 (1.19.124); FILE MERGED
2007/01/22 15:35:33 jsc 1.19.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/java/ToDo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/java/ToDo/Makefile b/odk/examples/java/ToDo/Makefile index 2351095d7074..04f1a69e1a4f 100644 --- a/odk/examples/java/ToDo/Makefile +++ b/odk/examples/java/ToDo/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2005-03-29 12:18:41 $ +# last change: $Author: obo $ $Date: 2007-01-25 11:10:01 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -53,8 +53,8 @@ COMP_CLASS_OUT=$(OUT_CLASS)/$(COMP_NAME) COMP_GEN_OUT=$(OUT_MISC)/$(COMP_NAME) COMP_RDB_NAME=$(COMP_NAME).uno.rdb COMP_RDB=$(COMP_GEN_OUT)/$(COMP_RDB_NAME) -COMP_PACKAGE=$(OUT_BIN)/$(COMP_NAME).$(UNOPKG_EXT) -COMP_PACKAGE_URL=$(subst \\,\,"$(COMP_PACKAGE_DIR)$(PS)$(COMP_NAME).$(UNOPKG_EXT)") +COMP_PACKAGE=$(OUT_BIN)/$(COMP_NAME).$(UNOOXT_EXT) +COMP_PACKAGE_URL=$(subst \\,\,"$(COMP_PACKAGE_DIR)$(PS)$(COMP_NAME).$(UNOOXT_EXT)") COMP_JAR_NAME=$(COMP_NAME).uno.jar COMP_JAR=$(COMP_CLASS_OUT)/$(COMP_JAR_NAME) COMP_JAR_MANIFEST=$(COMP_CLASS_OUT)/$(COMP_NAME).uno.Manifest |