diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 14:16:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 14:16:03 +0000 |
commit | 46548b03b1fa79512f4eea064b6627b93a55ac05 (patch) | |
tree | e5d3008ab86ef6c1a226280041958e59409a4900 /javaunohelper | |
parent | 9e3cc0d8c6537a8d75e7ff20a21838671fe23a9e (diff) |
INTEGRATION: CWS sb20 (1.5.10); FILE MERGED
2004/06/14 13:25:28 sb 1.5.10.1: #i29119# sandbox.jar no longer needed by UNO.
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/makefile.mk b/javaunohelper/com/sun/star/comp/helper/makefile.mk index 5b8916aba4a1..188e4806f6f0 100644 --- a/javaunohelper/com/sun/star/comp/helper/makefile.mk +++ b/javaunohelper/com/sun/star/comp/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-05-03 07:36:51 $ +# last change: $Author: rt $ $Date: 2004-07-23 15:16:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,7 @@ TARGET = com_sun_star_comp_helper # --- Files -------------------------------------------------------- -JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar +JARFILES = ridl.jar jurt.jar unoil.jar JAVAFILES= \ ComponentContextEntry.java \ |