diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-07-09 07:11:08 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-07-09 07:11:08 +0000 |
commit | 60d94f828c3bb1a0467913a76591188b90890b50 (patch) | |
tree | 07e05de2259f6de660c5224d0d333a87c568593d /jurt/com | |
parent | 28b3cff4f2ebe0bb9effac1f90a1be25f9c84905 (diff) |
#88569# added AnyConverter
Diffstat (limited to 'jurt/com')
-rw-r--r-- | jurt/com/sun/star/uno/makefile.mk | 7 |
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 ------------------------------------------------------ |