summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:06:37 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:06:37 +0000
commit59b1969addef0ba76abae95aea5fffbb94875d88 (patch)
tree48993453c6ce46992bfcf42580258b09090bb880 /ure
parent52aaed9389d625fad72efc43b239a88cf3cdba27 (diff)
INTEGRATION: CWS sb72 (1.11.10); FILE MERGED
2007/06/29 13:04:57 sb 1.11.10.1: #i78143# Merged in 1.11.8.2.
Diffstat (limited to 'ure')
-rw-r--r--ure/source/README21
1 files changed, 14 insertions, 7 deletions
diff --git a/ure/source/README b/ure/source/README
index 904a272221ff..37dea05e6dd8 100644
--- a/ure/source/README
+++ b/ure/source/README
@@ -4,9 +4,9 @@
#
# $RCSfile: README,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 10:54:01 $
+# last change: $Author: obo $ $Date: 2007-07-18 08:06:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -55,6 +55,8 @@ Linux x86, Solaris x86, and Solaris SPARC:
/opt/openoffice.org/ure/lib/libuno_salhelperC52.so.3 [Solaris only]
/opt/openoffice.org/ure/lib/libstlport_gcc.so [Linux x86 only]
/opt/openoffice.org/ure/lib/libstlport_sunpro.so [Solaris only]
+/opt/openoffice.org/ure/lib/libuno_purpenvhelpergcc3.so.3 [Linux x86 only]
+/opt/openoffice.org/ure/lib/libuno_purpenvhelperC52.so.3 [Solaris only]
/opt/openoffice.org/ure/share/java/unoloader.jar
/opt/openoffice.org/ure/share/java/juh.jar
/opt/openoffice.org/ure/share/java/jurt.jar
@@ -112,6 +114,8 @@ Linux x86, Solaris x86, and Solaris SPARC:
/opt/openoffice.org/ure/lib/libstdc++.so.6 [private; Linux x86 only]
/opt/openoffice.org/ure/share/java/java_uno.jar [private]
/opt/openoffice.org/ure/share/misc/javavendors.xml [private]
+/opt/openoffice.org/ure/lib/libunsafe_uno_uno.so [private]
+/opt/openoffice.org/ure/lib/libaffine_uno_uno.so [private]
Windows:
@@ -127,6 +131,7 @@ Program Files\URE\bin\cppuhelper3MSC.dll
Program Files\URE\bin\sal3.dll
Program Files\URE\bin\salhelper3MSC.dll
Program Files\URE\bin\stlport_vc7145.dll
+Program Files\URE\bin\purpenvhelper3MSC.dll
Program Files\URE\java\unoloader.jar
Program Files\URE\java\juh.jar
Program Files\URE\java\jurt.jar
@@ -181,6 +186,8 @@ Program Files\URE\bin\unicows.dll [private]
Program Files\URE\bin\uwinapi.dll [private]
Program Files\URE\java\java_uno.jar [private]
Program Files\URE\misc\javavendors.xml [private]
+Program Files\URE\bin\unsafe_uno_uno.dll [private]
+Program Files\URE\bin\affine_uno_uno.dll [private]
Files marked as [private] are private to the URE installation. To avoid
stability issues, applications that use the URE should not access the
@@ -203,7 +210,7 @@ Developer's Guide.
enables Java executables to use a Java VM, such as the Sun JDK/JRE. Executables
such as uno and regcomp run this helper automatically.
-- cppu, cppuhelper, sal, and salhelper are the public C++ UNO runtime dynamic
+- cppu, cppuhelper, sal, salhelper and purpenvhelper are the public C++ UNO runtime dynamic
libraries that client code can call. For details on the functionality that
these libraries offer, see the "C++ Reference" section of the SDK HTML
documentation. The corresponding C++ header files are not in the URE, but
@@ -347,10 +354,10 @@ C++ and Java UNO Components
C++ UNO components run from within the uno executable can depend on an
environment in which the public C++ UNO runtime dynamic libraries (cppu,
-cppuhelper, sal, salhelper, stlport) are already available (that is, on
-Linux x86, Solaris x86, and Solaris SPARC, a component dynamic library need not
-make sure that the UNO runtime dynamic libraries it needs can be found on its
-RPATH).
+cppuhelper, sal, salhelper, stlport, purpenvhelper) are already available (that
+is, on Linux x86, Solaris x86, and Solaris SPARC, a component dynamic library
+need not make sure that the UNO runtime dynamic libraries it needs can be found
+on its RPATH).
Similarly, Java UNO components can depend on an environment in which the public
Java UNO runtime JARs are already available (that is, a component JAR need not