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 | c6a91cd5d39a0352d97ccf149d1599260043ceb3 (patch) | |
tree | 2834cb33827ce0235d8de09e36b999cd23e3e241 /javaunohelper/util | |
parent | d931b38e89cfcbc3c1e417affb6bc538555d0633 (diff) |
#97746# java helper classes
Diffstat (limited to 'javaunohelper/util')
-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 ee7519687c1d..42f2fdb234a1 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 |