[Libreoffice-commits] .: offapi/README offapi/type_reference
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 12 09:15:50 PST 2012
offapi/README | 7 +++++++
offapi/type_reference/typelibrary_history.txt | 20 --------------------
2 files changed, 7 insertions(+), 20 deletions(-)
New commits:
commit 6a10f561d9e9cde17534bad7bf0497c9f74ece9e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Dec 12 18:15:01 2012 +0100
Clean up offapi/type_reference/ documentation
Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1
diff --git a/offapi/README b/offapi/README
index c33424d..a8f3a9b 100644
--- a/offapi/README
+++ b/offapi/README
@@ -2,3 +2,10 @@ Contains all of the IDL files except those in [[udkapi]]
i.e. the interfaces that are specific to the OppenOffice.org application.
An artificial (?) separation.
+
+The reference offapi/type_reference/types.rdb, used to detect inadvertent
+incompatible changes, is maintained via offapi/type_reference/update-rdb.sh (see
+its usage message for details) for cases where we deliberately /do/ become
+incompatible. Old such cases are listed in
+offapi/type_reference/typelibrary_history.txt, new such cases are recorded in
+the git log of offapi/type_reference/types.rdb.
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index 0b9baba..1103db8 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -16,26 +16,6 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
-Example of updating an incompatibly-changed type (com.sun.star.script.Converter,
-in this example) in the accompanying types.rdb (see also update-rdb.sh):
-
-.../core> mkdir tmp
-.../core> LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
- solver/unxlngx6/bin/regmerge tmp/out1.rdb /UCR \
- workdir/unxlngx6/UnoApiPartTarget/udkapi/com/sun/star/script/Converter.urd
-.../core> LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
- solver/unxlngx6/bin/regmerge tmp/out2.rdb / offapi/type_reference/types.rdb \
- tmp/out1.rdb
-.../core> diff <(LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
- solver/unxlngx6/bin/regview offapi/type_reference/types.rdb) \
- <(LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib solver/unxlngx6/bin/regview \
- tmp/out2.rdb) # sanity check
-.../core> mv tmp/out2.rdb offapi/type_reference/types.rdb
-.../core> rm -rf tmp
-
-
-
-
07/07/2004 (SB): BugID=i29741
Reference registries for the OOo 2.0 branch copied from the OOo 1.1 branch:
OO_20/types.rdb <- OO_11/types.rdb 1.6
More information about the Libreoffice-commits
mailing list