diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:38:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:38:23 +0000 |
commit | 484b3e74d870095bbe0be456023e4664586ea048 (patch) | |
tree | 092d98e10f0e40dd3c1124aad8e0148dd61136b1 /ridljar/test | |
parent | 072832cf5d2bcdf7edd396544a29bcf07fb0a71f (diff) |
INTEGRATION: CWS sb14 (1.2.34); FILE MERGED
2004/02/19 14:16:26 sb 1.2.34.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/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ridljar/test/makefile.mk b/ridljar/test/makefile.mk index 3a683fc196d5..ca38a946ba89 100644 --- a/ridljar/test/makefile.mk +++ b/ridljar/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-08-07 14:37:43 $ +# last change: $Author: rt $ $Date: 2004-03-30 16:38:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,4 +66,5 @@ all .PHONY: cd com/sun/star/lib/uno/typedesc && dmake + cd com/sun/star/lib/util && dmake cd com/sun/star/uno && dmake |