summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:31:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:31:23 +0000
commit13475862a5dc18b16f76c1660c329fa2c8a16038 (patch)
tree0a0a2ff4ea743f84b00233c54048d4f5f116034b /odk
parent051c1012ec921932e0bd29aaa132f028d1f0db59 (diff)
INTEGRATION: CWS jsc21 (1.20.74); FILE MERGED
2008/05/23 11:49:23 jsc 1.20.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/ToDo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/ToDo/Makefile b/odk/examples/java/ToDo/Makefile
index 04f1a69e1a4f..cc88756473e3 100644
--- a/odk/examples/java/ToDo/Makefile
+++ b/odk/examples/java/ToDo/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 11:10:01 $
+# last change: $Author: rt $ $Date: 2008-07-11 14:31:23 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -106,7 +106,7 @@ $(COMP_GEN_OUT)/%.rdb : $(GEN_URDFILES)
$(GEN_CLASSFILES) : $(COMP_RDB)
-$(MKDIR) $(subst /,$(PS),$(@D))
- $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(COMP_CLASS_OUT) $(COMP_RDB) $(OFFICE_TYPE_LIBRARY)
+ $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(COMP_CLASS_OUT) $(COMP_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES)
$(COMP_CLASSFILES) : $(COMP_JAVAFILES) $(GEN_CLASSFILES)
-$(MKDIR) $(subst /,$(PS),$(@D))