diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 14:58:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 14:58:13 +0100 |
commit | b1a4afa3b45d7b256eaf5aa88497b092f0139c84 (patch) | |
tree | 39f608dcc76050abca5fd54f79c3feb667e03872 /cppuhelper | |
parent | 6cd49f7f225a28a1f5e79a47f809ecb13761ef7a (diff) |
Always have UNO_SERVICES/TYPES set in in-build uno ini file
...so that 16f856a5ca827602362692907dfcf287aa91602e "Adapt climaker to
cppu::bootstrap_InitialComponentContext removal" does not fail. Starting uno
processes from within the build should thus use URE_MORE_SERVICES/TYPES now,
too.
Change-Id: I0a7cfacc804814a2688e54275ebc3e39540d307c
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/unorc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/source/unorc b/cppuhelper/source/unorc index 0d97677aeb49..4fa609a48b0e 100644 --- a/cppuhelper/source/unorc +++ b/cppuhelper/source/unorc @@ -18,3 +18,5 @@ [Bootstrap] URE_INTERNAL_LIB_DIR=${ORIGIN} +UNO_SERVICES=${ORIGIN}/../xml/ure/services.rdb ${URE_MORE_SERVICES} +UNO_TYPES=${ORIGIN}/../bin/ure/types.rdb ${URE_MORE_TYPES} |