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 | 8c25f6a9519778cf3a23eaede5308fa76c5595c2 (patch) | |
tree | eb95734a3b280e887e6dae2622cf80a129791d77 /javaunohelper | |
parent | 0e0060e7e054faf81b10d5f218bc2f3631056561 (diff) |
#i10000# add unoil.jar
Diffstat (limited to 'javaunohelper')
-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 a93bea61d..c2fa6063a 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 |