diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:04:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:04:35 +0000 |
commit | d30200446008af56fda8e1ce032e699425b911eb (patch) | |
tree | 11c0ef65b74b32feafa5a9c956da9f85566238ee /javaunohelper/com/sun | |
parent | c4461c12be92244543e9fe9c21a2b8f7aba08107 (diff) |
INTEGRATION: CWS sb31 (1.4.4); FILE MERGED
2005/03/30 12:42:04 sb 1.4.4.1: #120219# Added Class-Path information to JAR file.
Diffstat (limited to 'javaunohelper/com/sun')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk b/javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk index b4bc0b4e04da..1b287973812c 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk +++ b/javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2004-11-09 11:19:25 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:04:35 $ # # 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_lib_uno_adapter # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE: $(PRJ)$/util$/settings.pmk # --- Files -------------------------------------------------------- -JARFILES = ridl.jar jurt.jar unoil.jar - JAVAFILES= \ XInputStreamToInputStreamAdapter.java \ XOutputStreamToOutputStreamAdapter.java \ |