diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:04:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:04:20 +0000 |
commit | c4461c12be92244543e9fe9c21a2b8f7aba08107 (patch) | |
tree | e71dc5e259ca0405dc07c6d1ff929df3974a085e /javaunohelper | |
parent | de702da5e92f390f7ffb0e53490693ae1565ffc2 (diff) |
INTEGRATION: CWS sb31 (1.6.14); FILE MERGED
2005/03/30 12:42:03 sb 1.6.14.1: #120219# Added Class-Path information to JAR file.
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/makefile.mk b/javaunohelper/com/sun/star/comp/helper/makefile.mk index 188e4806f6f0..7bca8ae07609 100644 --- a/javaunohelper/com/sun/star/comp/helper/makefile.mk +++ b/javaunohelper/com/sun/star/comp/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2004-07-23 15:16:03 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:04:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,11 +69,10 @@ TARGET = com_sun_star_comp_helper # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE: $(PRJ)$/util$/settings.pmk # --- Files -------------------------------------------------------- -JARFILES = ridl.jar jurt.jar unoil.jar - JAVAFILES= \ ComponentContextEntry.java \ ComponentContext.java \ |