diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:14:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:14:09 +0000 |
commit | d0f9a14225c92c59adbdc2bf777250e893c48f5e (patch) | |
tree | 4df81f75d547f43d759a4a46cc0761ed63291cbd /odk/pack | |
parent | 6959c30cc239d0776b03f81513ad9fce1ce4ff14 (diff) |
INTEGRATION: CWS sb79 (1.19.32); FILE MERGED
2007/09/26 14:56:30 sb 1.19.32.1: #i80838# Published UrlToFileMapper.
Diffstat (limited to 'odk/pack')
-rw-r--r-- | odk/pack/gendocu/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/odk/pack/gendocu/makefile.mk b/odk/pack/gendocu/makefile.mk index cf4f4b660ca9..2242db023ab6 100644 --- a/odk/pack/gendocu/makefile.mk +++ b/odk/pack/gendocu/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2007-04-17 13:38:33 $ +# last change: $Author: ihi $ $Date: 2007-11-23 13:14:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,8 @@ JAVA_PACKAGES=\ com.sun.star.lib.uno.helper \ com.sun.star.lib.unoloader \ com.sun.star.tools.uno \ - com.sun.star.uno + com.sun.star.uno \ + $(JAVA_SRC_DIR)$/com$/sun$/star$/lib$/util$/UrlToFileMapper.java # com.sun.star.beans \ JAVA_SRC_FILES=\ |