diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-04-11 13:45:20 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-04-11 13:45:20 +0000 |
commit | f45231767c3d72619fcc0f7bfebf12e7a75e9d73 (patch) | |
tree | dcb478988afc6b2cccb91cc239af27d03d7c0c0c /javaunohelper | |
parent | 348acef4e2728643188d0d4a36f6db6f9a7de05f (diff) |
#97746# java helper classes
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index ee7519687..42f2fdb23 100644 --- a/javaunohelper/util/makefile.mk +++ b/javaunohelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jbu $ $Date: 2002-02-18 11:38:19 $ +# last change: $Author: jl $ $Date: 2002-04-11 14:45:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,8 @@ TARGET = juh JARCLASSDIRS = \ com$/sun$/star$/comp$/helper \ - com$/sun$/star$/lib$/uno$/adapter + com$/sun$/star$/lib$/uno$/adapter \ + com$/sun$/star$/lib$/uno$/helper JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE |