diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 15:25:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 15:25:15 +0000 |
commit | c03a3c7fbb595c0aed7eceb9f117b23a8af59386 (patch) | |
tree | 9b13bfa43644ced7ad9bdba5cc4579c83ee1a835 /jurt/test | |
parent | 93982632fedda64a7d34a603b1e45439c6409499 (diff) |
INTEGRATION: CWS sb14 (1.3.28); FILE MERGED
2004/02/19 14:09:55 sb 1.3.28.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 'jurt/test')
-rw-r--r-- | jurt/test/com/sun/star/lib/util/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jurt/test/com/sun/star/lib/util/makefile.mk b/jurt/test/com/sun/star/lib/util/makefile.mk index 4530ea79e..6cff6178f 100644 --- a/jurt/test/com/sun/star/lib/util/makefile.mk +++ b/jurt/test/com/sun/star/lib/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2003-10-09 10:16:03 $ +# last change: $Author: rt $ $Date: 2004-03-30 16:25:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,7 +65,6 @@ TARGET := test_com_sun_star_lib_util PACKAGE := com$/sun$/star$/lib$/util JAVATESTFILES := \ - NativeLibraryLoader_Test.java \ - WeakMap_Test.java + NativeLibraryLoader_Test.java .INCLUDE: javaunittest.mk |