Document how to incompatibly change udkapi/offapi
This commit is contained in:
parent
6c2581db2d
commit
30a7a61899
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user