diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-04 15:51:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-04 15:56:57 +0100 |
commit | 532b47a650ce5189e1fb759201129d7d1f434133 (patch) | |
tree | e9ee4652265862d26f5e3caf6168573513a71536 /odk/util/check.pl | |
parent | 2f90103948742f1e588d90d4bcb05f943192eb4f (diff) |
[ABI CHANGE] In SDK, replace regcompare with unoidl-check
...as the latter was the more flexible replacement for the former for LO-
internal use already. The only gotcha to watch out for is that unoidl-check
cannot be used to check "naked" .urd files, but only ones where the content has
been moved to /UCR via regmerge.
Leave registry/CustomTarget_regcompare_test.mk around to verify that
unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb
files.
Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e
Diffstat (limited to 'odk/util/check.pl')
-rw-r--r-- | odk/util/check.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl index b8f10749ebc0..8dfbfcc6ba56 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -46,7 +46,7 @@ if (-d "$SdkDir") { print "check binaries: "; if (check_dir("bin")) { my @binarylist = ( "idlc","cppumaker","javamaker", - "regcompare", + "unoidl-check", "unoapploader", "uno-skeletonmaker" ); if ($ENV{SYSTEM_UCPP} eq "") { push @binarylist,"ucpp"; |