summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-03-13 08:31:04 +0000
committerKay Ramme <kr@openoffice.org>2001-03-13 08:31:04 +0000
commit313ee39d125fbd3ab90371338c66a00d73af1c56 (patch)
treef16cb869f84407e9c4be23f99d1113b74cb56fbd /sandbox
parent1ed700c666bc13204c287cb93eca14556eb267bc (diff)
export jar content also relative to jar file (#84787#)
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ResourceImpl.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ResourceImpl.java b/sandbox/com/sun/star/lib/sandbox/ResourceImpl.java
index 3266acf37f16..a809aa964958 100644
--- a/sandbox/com/sun/star/lib/sandbox/ResourceImpl.java
+++ b/sandbox/com/sun/star/lib/sandbox/ResourceImpl.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ResourceImpl.java,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:24:28 $
+ * last change: $Author: kr $ $Date: 2001-03-13 09:31:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -255,6 +255,7 @@ class ResourceImpl implements Resource {
}
jarResourceProxys.addElement(ResourceProxy.create(new URL(baseURL, fileName), bytes, tmpProtectionDomain));
+ jarResourceProxys.addElement(ResourceProxy.create(new URL(baseURL + "/" + fileName), bytes, tmpProtectionDomain));
jarEntry = jar.getNextJarEntry();
}