summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-03-26 08:04:47 +0000
committerJoachim Lingner <jl@openoffice.org>2002-03-26 08:04:47 +0000
commitb2dd66166d5903b6258efcf9ac75cf7fbdace8af (patch)
tree24bb87b3684460e9deeba375475cc0593562e94a
parent0a6b5e55b87679b7935a2a7b7aa04a529fad2864 (diff)
added AnyConverter_Test
-rw-r--r--jurt/test/com/sun/star/uno/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/jurt/test/com/sun/star/uno/makefile.mk b/jurt/test/com/sun/star/uno/makefile.mk
index f247ff63c0b8..85fa142d46d4 100644
--- a/jurt/test/com/sun/star/uno/makefile.mk
+++ b/jurt/test/com/sun/star/uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kr $ $Date: 2000-11-23 15:42:57 $
+# last change: $Author: jl $ $Date: 2002-03-26 09:04:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,8 @@ RDB= $(SOLARBINDIR)$/applicat.rdb
JARFILES = ridl.jar jurt.jar
JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/UnoRuntime_Test.class
+ $(CLASSDIR)$/$(PACKAGE)$/UnoRuntime_Test.class \
+ $(CLASSDIR)$/$(PACKAGE)$/AnyConverter_Test.class
# --- Targets ------------------------------------------------------