diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:04:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:04:39 +0000 |
commit | ea224ce5475d2d7ebf689f1c8b79adb51485bae7 (patch) | |
tree | 63b183d1592d4da75520fd8fb15e27569d1f84c8 /odk/examples | |
parent | 4ae55e9ab7e0b53b9c2d9dd9552ae5227f8d2ca8 (diff) |
INTEGRATION: CWS jsc17 (1.3.134); FILE MERGED
2007/01/24 09:25:13 jsc 1.3.134.1: #i73750# use UNOOXT_EXT instead of UNOPKG_EXT
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk b/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk index d9dfcde62946..ae6a5c94f0fa 100644 --- a/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk +++ b/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk @@ -4,8 +4,8 @@ OUT_COMP_GEN = $(OUT_MISC)/ComponentThumbsExample COMPONENT_NAME=ImageShrink COMPONENT_RDB_NAME = $(COMPONENT_NAME).uno.rdb COMPONENT_RDB = $(OUT_COMP_GEN)/$(COMPONENT_RDB_NAME) -COMPONENT_PACKAGE = $(OUT_BIN)/$(COMPONENT_NAME).$(UNOPKG_EXT) -COMPONENT_PACKAGE_URL = $(subst \\,\,"$(COMP_PACKAGE_DIR)$(PS)$(COMPONENT_NAME).$(UNOPKG_EXT)") +COMPONENT_PACKAGE = $(OUT_BIN)/$(COMPONENT_NAME).$(UNOOXT_EXT) +COMPONENT_PACKAGE_URL = $(subst \\,\,"$(COMP_PACKAGE_DIR)$(PS)$(COMPONENT_NAME).$(UNOOXT_EXT)") COMPONENT_JAR_NAME = $(COMPONENT_NAME).uno.jar COMPONENT_JAR = $(OUT_COMP_CLASS)/$(COMPONENT_JAR_NAME) COMPONENT_MANIFESTFILE = $(OUT_COMP_CLASS)/$(COMPONENT_NAME).uno.Manifest |