diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-12 18:15:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-12 18:15:01 +0100 |
commit | 6a10f561d9e9cde17534bad7bf0497c9f74ece9e (patch) | |
tree | d79ca17531712860a7c1dedaae302f974e4f8c58 | |
parent | 3a14fa971f132b6d02cef5e97166972c7873a582 (diff) |
Clean up offapi/type_reference/ documentation
Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1
-rw-r--r-- | offapi/README | 7 | ||||
-rw-r--r-- | offapi/type_reference/typelibrary_history.txt | 20 |
2 files changed, 7 insertions, 20 deletions
diff --git a/offapi/README b/offapi/README index c33424d4a7e5..a8f3a9b442f4 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 0b9baba25f14..1103db8c1bbb 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 |