From 9e092884fc7d9957905b6b39732ef40a5df3877d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Budischewski?= Date: Mon, 18 Feb 2002 10:38:19 +0000 Subject: [PATCH] #97580# added adapter namespace --- javaunohelper/util/makefile.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 41491764db75..ee7519687c1d 100644 --- a/javaunohelper/util/makefile.mk +++ b/javaunohelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:31:32 $ +# last change: $Author: jbu $ $Date: 2002-02-18 11:38:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,7 +69,10 @@ TARGET = juh .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/version.mk -JARCLASSDIRS = com$/sun$/star$/comp$/helper +JARCLASSDIRS = \ + com$/sun$/star$/comp$/helper \ + com$/sun$/star$/lib$/uno$/adapter + JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE