diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-14 14:02:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-14 14:02:34 +0000 |
commit | 9cf314b00f56042099177b576e1934cc198e0a2f (patch) | |
tree | de03c0463bb161a295f36f9055695ddb47501fbf /javaunohelper/com | |
parent | 1f6029a6f74db8f03ed73c6f1b0733a6654d54d4 (diff) |
#i10000# add unoil.jar
Diffstat (limited to 'javaunohelper/com')
-rw-r--r-- | javaunohelper/com/sun/star/comp/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/com/sun/star/comp/makefile.mk b/javaunohelper/com/sun/star/comp/makefile.mk index a93bea61d826..c2fa6063a7b8 100644 --- a/javaunohelper/com/sun/star/comp/makefile.mk +++ b/javaunohelper/com/sun/star/comp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:04:26 $ +# last change: $Author: kz $ $Date: 2006-12-14 15:02:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ TARGET = com_sun_star_comp .INCLUDE: $(PRJ)$/util$/settings.pmk # --- Files -------------------------------------------------------- -JARFILES = ridl.jar jurt.jar +JARFILES = ridl.jar jurt.jar unoil.jar JAVAFILES= \ JavaUNOHelperServices.java |