summaryrefslogtreecommitdiff
path: root/odk/examples/java/PropertySet
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-05-28 10:07:10 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-05-28 10:07:10 +0000
commitc31e83a9379811bcf6a0526722aed51bff225654 (patch)
tree60d41911bc46bda45049b1fbc30010ae1b402f83 /odk/examples/java/PropertySet
parent3176d04998497bb96d06986345cf8e9cd8a5cc11 (diff)
#99053# change auto deployment variable
Diffstat (limited to 'odk/examples/java/PropertySet')
-rw-r--r--odk/examples/java/PropertySet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/PropertySet/Makefile b/odk/examples/java/PropertySet/Makefile
index 1b0852073fef..590755b68fbc 100644
--- a/odk/examples/java/PropertySet/Makefile
+++ b/odk/examples/java/PropertySet/Makefile
@@ -56,14 +56,14 @@ $(COMPONENTJARFLAG) : $(CLASSFILES)
@echo bla > $@
$(REGISTERFLAG) : $(COMPONENTJARFLAG)
-ifneq "$(OFFICE_PROGRAM_PATH)" ""
+ifneq "$(SDK_AUTO_DEPLOYMENT)" ""
$(COPY) $(COMPONENT_JAR) "$(OFFICE_CLASSES_DIR)"
java -classpath "$(SDK_CLASSPATH)" com.sun.star.tools.uno.RegComp "$(URLPREFIX)$(OFFICE_FILEURL)/applicat.rdb" register "$(URLPREFIX)$(OFFICE_FILEURL)/classes/PropTest.jar" com.sun.star.loader.Java2
@echo bla > $@
else
@echo ----------------------------------------------------------------------------------------
- @echo If you want to install your component automatically, please set an OFFICE_PROGRAM_PATH
- @echo environment variable to the program directory of a valid office installation .
+ @echo If you want to install your component automatically, please set the environment
+ @echo variable SDK_AUTO_DEPLOYMENT = YES.
@echo ----------------------------------------------------------------------------------------
endif