diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-02 18:58:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-02 18:58:33 +0100 |
commit | 30a7a6189916396c7c2ee9bbd5861ad19bf7724c (patch) | |
tree | 9769f8a391b7cfb22f590c35cf652995370877ac /offapi | |
parent | 6c2581db2d2d03e8b12e5adacdf9ca4394ec9cc5 (diff) |
Document how to incompatibly change udkapi/offapi
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/typelibrary_history.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index a678ca7d6a7d..963b555616dd 100644 --- a/offapi/type_reference/typelibrary_history.txt +++ b/offapi/type_reference/typelibrary_history.txt @@ -1,3 +1,22 @@ +Example of updating an incompatibly-changed type in the accompanying types.rdb: + +.../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 @@ -165,3 +184,5 @@ 01/28/11 (JSC): TaskID=116682 Update css.awt.UnoControlDialog to reflect the supported XDialog2 interface additionally to XDialog + +For later changes, consult the git log of the accompanying types.rdb file. |