diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:09:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:09:34 +0000 |
commit | 01c78bf58102f71971987c71155f4a6287a637ac (patch) | |
tree | 72f605537ea933f2286cd729b2fe15a258d5d52b | |
parent | ecf6bf77c09f71b49b51be4b84127584c326261e (diff) |
INTEGRATION: CWS jsc17 (1.14.124); FILE MERGED
2007/01/22 15:35:32 jsc 1.14.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
-rw-r--r-- | odk/examples/java/PropertySet/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/java/PropertySet/Makefile b/odk/examples/java/PropertySet/Makefile index 2072a0015980..a7eb6f29db99 100644 --- a/odk/examples/java/PropertySet/Makefile +++ b/odk/examples/java/PropertySet/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-03-29 12:17:39 $ +# last change: $Author: obo $ $Date: 2007-01-25 11:09:34 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -51,8 +51,8 @@ include $(SETTINGS)/dk.mk COMP_NAME=PropTest COMP_CLASS_OUT=$(OUT_CLASS)/$(COMP_NAME) COMP_GEN_OUT=$(OUT_MISC)/$(COMP_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 |