diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:10:01 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:10:01 +0000 |
commit | 54f480ac1c7e156199b7f80f034558d60173b188 (patch) | |
tree | f309737b5fe7ec8d0d5ab610e813d94e9a3d50fc /bridges/test/com | |
parent | 23817b6dae0d75f06149249e69bde47d38d4742a (diff) |
INTEGRATION: CWS sb79 (1.9.136); FILE MERGED
2007/09/27 12:00:15 sb 1.9.136.1: #i51323# Fixed createBridge with empty name.
Diffstat (limited to 'bridges/test/com')
-rw-r--r-- | bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk index 93fe29488e2a..ef354351f7b3 100644 --- a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk +++ b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-07 22:57:00 $ +# last change: $Author: ihi $ $Date: 2007-11-23 13:10:01 $ # # 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_lib_uno_bridges_javaremote PACKAGE := com$/sun$/star$/lib$/uno$/bridges$/javaremote JAVATESTFILES := \ + Bug51323_Test.java \ Bug92174_Test.java \ Bug97697_Test.java \ Bug98508_Test.java \ |