summaryrefslogtreecommitdiffstats
path: root/jurt/com/sun/star/uno
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-07-09 07:11:08 +0000
committerJoachim Lingner <jl@openoffice.org>2001-07-09 07:11:08 +0000
commit60d94f828c3bb1a0467913a76591188b90890b50 (patch)
tree07e05de2259f6de660c5224d0d333a87c568593d /jurt/com/sun/star/uno
parent#88409# more usage infos added (diff)
downloadcore-60d94f828c3bb1a0467913a76591188b90890b50.tar.gz
core-60d94f828c3bb1a0467913a76591188b90890b50.zip
#88569# added AnyConverter
Diffstat (limited to 'jurt/com/sun/star/uno')
-rw-r--r--jurt/com/sun/star/uno/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/jurt/com/sun/star/uno/makefile.mk b/jurt/com/sun/star/uno/makefile.mk
index 987dfadc66de..15cc282d59d9 100644
--- a/jurt/com/sun/star/uno/makefile.mk
+++ b/jurt/com/sun/star/uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kr $ $Date: 2001-01-16 18:03:50 $
+# last change: $Author: jl $ $Date: 2001-07-09 08:11:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,7 +81,8 @@ JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/IMapping.class \
$(CLASSDIR)$/$(PACKAGE)$/MappingException.class \
$(CLASSDIR)$/$(PACKAGE)$/MappingWrapper.class \
- $(CLASSDIR)$/$(PACKAGE)$/UnoRuntime.class
+ $(CLASSDIR)$/$(PACKAGE)$/UnoRuntime.class \
+ $(CLASSDIR)$/$(PACKAGE)$/AnyConverter.class
# --- Targets ------------------------------------------------------