diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:52:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:52:18 +0000 |
commit | aa4d60260a32e5fd0f06cfea5118a28dd49cde8b (patch) | |
tree | cd790a754769382757f3831d790cc804dace68d7 /bridges | |
parent | bb7da2c4d53800ce458a1e619c968e6e465a9085 (diff) |
INTEGRATION: CWS sb20 (1.2.44); FILE MERGED
2004/06/14 11:41:45 sb 1.2.44.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/java_uno/nativethreadpool/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/java_uno/nativethreadpool/makefile.mk b/bridges/test/java_uno/nativethreadpool/makefile.mk index c90d243c4527..dcf33fe56fb5 100644 --- a/bridges/test/java_uno/nativethreadpool/makefile.mk +++ b/bridges/test/java_uno/nativethreadpool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2003-10-09 10:20:30 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:52:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,7 +94,7 @@ SHL2IMPLIB = i$(TARGET)_server SLOFILES = $(SHL1OBJS) $(SHL2OBJS) JAVAFILES = Relay.java -JARFILES = java_uno.jar juh.jar jurt.jar ridl.jar sandbox.jar +JARFILES = java_uno.jar juh.jar jurt.jar ridl.jar .INCLUDE: target.mk |