diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-26 16:42:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-26 16:42:11 +0000 |
commit | 1e4acebe4156920953e74280f09b1f4aea3cac13 (patch) | |
tree | 444285fde485e1c99d3f46c36a1b77adf1b391d9 /ridljar/test | |
parent | 35affce137a5a98ce768050ea94f1da5294ece5c (diff) |
INTEGRATION: CWS sb46 (1.4.8); FILE MERGED
2006/01/13 11:53:23 sb 1.4.8.1: #i60341# Enforce that an Any does not wrap another Any.
Diffstat (limited to 'ridljar/test')
-rw-r--r-- | ridljar/test/com/sun/star/uno/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ridljar/test/com/sun/star/uno/makefile.mk b/ridljar/test/com/sun/star/uno/makefile.mk index 8c05b0313..50e93b29d 100644 --- a/ridljar/test/com/sun/star/uno/makefile.mk +++ b/ridljar/test/com/sun/star/uno/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 13:28:31 $ +# last change: $Author: hr $ $Date: 2006-01-26 17:42:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,7 @@ TARGET := test_com_sun_star_uno PACKAGE := com$/sun$/star$/uno JAVATESTFILES := \ + Any_Test.java \ Type_Test.java \ UnoRuntime_Test.java |