diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-07 21:31:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-08 09:06:57 +0100 |
commit | 89fa5e45c3cc87cba450aff965918bf5af8f2fa9 (patch) | |
tree | 85446ebfa2bd3ed92ac3af7a6e4f41cfec8f91b9 /bin | |
parent | de8a1b4f6c8fcca9fc9cc5ad83c393ecd7292f76 (diff) |
xmlsecurity: fold Library_xsec_fw into Library_xmlsecurity
That little amount of code hardly justifies a separate library.
Change-Id: Idbb039f38258bc12759fcf6d29328e1afe7443ab
Reviewed-on: https://gerrit.libreoffice.org/49391
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch index ffc0ca3ec700..9b04e4cd4470 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -123,7 +123,6 @@ DEFAULTS = \ 'xmloff.xof' : ( 1, EXCLUDE, EXCLUDE, INCLUDE), # 4.4 'xmlscript.xmlscript' : ( 4, EXCLUDE, EXCLUDE, INCLUDE), # 3.6 'xmlsecurity.xmlsecurity' : ( 6, EXCLUDE, INCLUDE, INCLUDE), # 5.1 - 'xmlsecurity.xsec_fw' : ( 2, EXCLUDE, INCLUDE, EXCLUDE), # 2.7 'xmlsecurity.xsec_xmlsec' : ( 2, EXCLUDE, INCLUDE, INCLUDE), # 4.4 'xmlsecurity.xsec_gpg' : ( 2, EXCLUDE, INCLUDE, INCLUDE), # ? } |