diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:04:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:04:49 +0000 |
commit | 45054eca7cbfd0be0a9e93fa1daadfc5f0ac8044 (patch) | |
tree | 9006f0c3b26d5895346497bf523f1b4a44c67e3a | |
parent | d30200446008af56fda8e1ce032e699425b911eb (diff) |
INTEGRATION: CWS sb31 (1.5.14); FILE MERGED
2005/03/30 12:42:04 sb 1.5.14.1: #120219# Added Class-Path information to JAR file.
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk b/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk index 0b3725c4adac..44fd50263871 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk +++ b/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-07-23 15:16:33 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:04:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,11 +69,9 @@ TARGET = com_sun_star_lib_uno_helper # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE: $(PRJ)$/util$/settings.pmk # Files -------------------------------------------------------- -JARFILES = ridl.jar jurt.jar unoil.jar - - JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/WeakBase.class \ $(CLASSDIR)$/$(PACKAGE)$/WeakAdapter.class \ |