summaryrefslogtreecommitdiff
path: root/odk/examples/java/Spreadsheet/Makefile
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-22 12:39:28 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-22 12:39:28 +0000
commit6df63a0fa7539ff114a036f5acafb017614aa5bd (patch)
tree730e05f9aa0c464fa2f1098307cc4efa2596d022 /odk/examples/java/Spreadsheet/Makefile
parent76931f7a47c4f6511d2fa86948c40d5f09d52e6d (diff)
CWS-TOOLING: integrate CWS sdk31fix_DEV300
2009-04-03 15:43:49 +0200 jsc r270492 : correct classpath 2009-04-02 16:27:49 +0200 jsc r270416 : fix typo in run target and classpath 2009-04-02 16:27:14 +0200 jsc r270415 : remove Inspector example, change docu to link into the wiki on the related project page 2009-04-01 14:07:33 +0200 jsc r270327 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:57:53 +0200 jsc r270315 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:47:59 +0200 jsc r270314 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:33:10 +0200 jsc r270304 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:30:39 +0200 jsc r270303 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:29:19 +0200 jsc r270301 : #i100712# change header image version number
Diffstat (limited to 'odk/examples/java/Spreadsheet/Makefile')
-rw-r--r--odk/examples/java/Spreadsheet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/odk/examples/java/Spreadsheet/Makefile b/odk/examples/java/Spreadsheet/Makefile
index bbbf5b2b692f..200e80aabe4d 100644
--- a/odk/examples/java/Spreadsheet/Makefile
+++ b/odk/examples/java/Spreadsheet/Makefile
@@ -104,7 +104,8 @@ include $(SETTINGS)/stdtarget.mk
# rule for a component manifest file
$(OUT_COMP_CLASS)/%.Manifest :
-$(MKDIR) $(subst /,$(PS),$(@D))
- @echo RegistrationClassName: $(basename $*)> $@
+ @echo UNO-Type-Path: $(basename $*).uno.jar> $@
+ @echo RegistrationClassName: $(basename $*)>> $@
$(OUT_COMP_GEN)/%.urd : %.idl
-$(MKDIR) $(subst /,$(PS),$(@D))