diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:48:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:48:53 +0000 |
commit | 4921661c802a4bca1b96d170ff11ee2632d4e801 (patch) | |
tree | 19fc2cebce72ac341a8414581c533b91c74d2c75 /bridges | |
parent | 8b5da41f15a7df28f6323f1fb1736bbae0d6e137 (diff) |
INTEGRATION: CWS sb20 (1.2.126); FILE MERGED
2004/06/14 11:41:39 sb 1.2.126.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk index 2a2dc32811b6..a658bc94a1d7 100644 --- a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk +++ b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-18 19:07:05 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:48:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,7 +69,7 @@ PACKAGE=com$/sun$/star$/bridges$/jni_uno .INCLUDE : settings.mk -JARFILES=jurt.jar sandbox.jar ridl.jar +JARFILES=jurt.jar ridl.jar JAVAFILES=$(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) JAVACLASSFILES= \ |