summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:30:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:30:17 +0000
commit7693cd4bf000934db6c8eae211bbab74407397c5 (patch)
tree333168f49720412fc78b8fedd85ff547d5f07194 /odk
parente7ae6e204e021ccd017ce15937da85fbd577c353 (diff)
INTEGRATION: CWS jsc21 (1.18.74); FILE MERGED
2008/05/23 11:49:22 jsc 1.18.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/MinimalComponent/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/MinimalComponent/Makefile b/odk/examples/java/MinimalComponent/Makefile
index 2d00cc3acd1f..5a9ec6bcac50 100644
--- a/odk/examples/java/MinimalComponent/Makefile
+++ b/odk/examples/java/MinimalComponent/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 11:09:22 $
+# last change: $Author: rt $ $Date: 2008-07-11 14:30:17 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -117,7 +117,7 @@ $(COMP_GEN_OUT)/%.rdb : $(GEN_URDFILES)
$(GEN_CLASSFILES) : $(COMP_RDB)
-$(MKDIR) $(subst /,$(PS),$(@D))
- $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(SAMPLE_CLASS_OUT) $(COMP_RDB) $(OFFICE_TYPE_LIBRARY)
+ $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(SAMPLE_CLASS_OUT) $(COMP_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES)
# component as well as application are dependent from the generated types
# rule for component class files