diff options
author | Andreas Bille <abi@openoffice.org> | 2000-10-16 10:51:47 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2000-10-16 10:51:47 +0000 |
commit | 8fc48af7b5dad8f10e1db984b0bfc2779bc0fa58 (patch) | |
tree | c58b75a1844c1fb1f351be897cc43303e27f32d1 | |
parent | f771f7650d3f6a1172f5ddd20d01e8c221dad453 (diff) |
Added jut.jar to dependency list
-rw-r--r-- | xmlhelp/source/com/sun/star/help/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk index e5f1b491fb07..8e75eecaa144 100644 --- a/xmlhelp/source/com/sun/star/help/makefile.mk +++ b/xmlhelp/source/com/sun/star/help/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: abi $ $Date: 2000-10-09 12:18:53 $ +#* last change $Author: abi $ $Date: 2000-10-16 11:51:47 $ #* -#* $Revision: 1.1 $ +#* $Revision: 1.2 $ #* #* $Logfile:$ #* @@ -22,7 +22,7 @@ TARGET = com_sun_star_help .INCLUDE : settings.mk -JARFILES = sandbox.jar unoil.jar jurt.jar bdb.jar sax.jar xp.jar xt.jar +JARFILES = sandbox.jar unoil.jar jurt.jar juh.jar jut.jar bdb.jar sax.jar xp.jar xt.jar EXTRAJARFILES = CLASSGENDIR = $(OUT)$/classgen |