summaryrefslogtreecommitdiff
path: root/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-27 13:58:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-27 14:03:36 +0200
commit644c33a857c46d540202189228f519946dc33833 (patch)
treef4c5b944dbec7d0a82738e1f3712648c65d10754 /jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
parent0c7ca339993ed2029cfe327379941e554a040a7d (diff)
fdo#67313: Use "lo" suffix for private URE libs
...(like is done for most of LO's non-URE libs already) to reduce likelihood of name clashes, esp. on Windows where URE libs are found via PATH. This introduces PRIVATELIBS_URE, and removes now-unused UNOLIBS_URE. Change-Id: Ib95dd45f18de140a54e62d632dbf2239f83c232e
Diffstat (limited to 'jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml')
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
index 8430a010b867..e9bbd68887fc 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
@@ -32,7 +32,7 @@
</vendorInfos>
<plugins>
- <library vendor="Oracle Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.so</library>
- <library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavaplugin.so</library>
+ <library vendor="Oracle Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavapluginlo.so</library>
+ <library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/libsunjavapluginlo.so</library>
</plugins>
</javaSelection>