diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:50:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:50:26 +0000 |
commit | 8910bd3edacc0a213076139f75b11ed174b9147e (patch) | |
tree | 3e57e89a05508a2ca4d42435c7d78d58c9bd0132 /bridges/test/java_uno | |
parent | 8dc9d3f3fb205870e9778833513967c89a02eac5 (diff) |
INTEGRATION: CWS sb20 (1.5.2); FILE MERGED
2004/06/14 11:41:42 sb 1.5.2.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'bridges/test/java_uno')
-rw-r--r-- | bridges/test/java_uno/any/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/java_uno/any/makefile.mk b/bridges/test/java_uno/any/makefile.mk index 28c8711cac06..1075f6c7fe9c 100644 --- a/bridges/test/java_uno/any/makefile.mk +++ b/bridges/test/java_uno/any/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2004-06-04 03:05:21 $ +# last change: $Author: rt $ $Date: 2004-07-23 14:50:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,7 +88,7 @@ EXEC_CLASSPATH_TMP = \ EXEC_CLASSPATH = \ $(strip $(subst,!,$(PATH_SEPERATOR) $(EXEC_CLASSPATH_TMP:s/ /!/))) -JARFILES = juh.jar jurt.jar ridl.jar sandbox.jar +JARFILES = juh.jar jurt.jar ridl.jar JAVACLASSFILES = \ $(CLASSDIR)$/$(PACKAGE)$/TestAny.class \ $(CLASSDIR)$/$(PACKAGE)$/TestRemote.class \ |