diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:04:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:04:50 +0000 |
commit | d6aa9b87c1ed31f221ccf7b090fcaf85849ded39 (patch) | |
tree | 059c1a3f88e689e19232459c96d3799e7120acbc /jvmfwk/distributions | |
parent | 8ae6966ff6c68353180c41151eb3fefd71394a79 (diff) |
INTEGRATION: CWS sb71 (1.6.96); FILE MERGED
2007/04/16 13:48:38 sb 1.6.96.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).
Diffstat (limited to 'jvmfwk/distributions')
-rw-r--r-- | jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml index 4aa8aa9f1177..c97b5b4f89b4 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml @@ -15,7 +15,7 @@ </vendorInfos> <plugins> - <library vendor="Sun Microsystems Inc.">sunjavaplugin.dll</library> - <library vendor="IBM Corporation">sunjavaplugin.dll</library> + <library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library> + <library vendor="IBM Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library> </plugins> </javaSelection> |