summaryrefslogtreecommitdiff
path: root/ridljar/test
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 15:39:18 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 15:39:18 +0000
commit3cd8e3402b2d73c622eb4a55d198344faed704eb (patch)
treeb1857448e6c715516334cbee7c0328081b9504de /ridljar/test
parentfe9cc40148491595ebafb03ca1df46526e80c42e (diff)
INTEGRATION: CWS sb14 (1.2.60); FILE MERGED
2004/02/19 14:16:26 sb 1.2.60.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
Diffstat (limited to 'ridljar/test')
-rw-r--r--ridljar/test/com/sun/star/uno/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/ridljar/test/com/sun/star/uno/makefile.mk b/ridljar/test/com/sun/star/uno/makefile.mk
index 643ad94e3a3c..1950baf0f6b8 100644
--- a/ridljar/test/com/sun/star/uno/makefile.mk
+++ b/ridljar/test/com/sun/star/uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: vg $ $Date: 2003-05-22 09:34:31 $
+# last change: $Author: rt $ $Date: 2004-03-30 16:39:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,6 +64,8 @@ PRJNAME := ridljar
TARGET := test_com_sun_star_uno
PACKAGE := com$/sun$/star$/uno
-JAVATESTFILES := Type_Test.java
+JAVATESTFILES := \
+ Type_Test.java \
+ UnoRuntime_Test.java
.INCLUDE: javaunittest.mk