Move XMP* classes to includes/libs
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 21 Sep 2016 03:20:10 +0000 (20:20 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 21 Sep 2016 03:20:10 +0000 (20:20 -0700)
commit8669bced5a62491f7b4a145a931913e0a4dab2a2
treef3ec3b307510c1b1f03c0dd6dd04d26aa33fef2b
parentcd5b41ef565eca99e41c3797ff3bafd15578f982
Move XMP* classes to includes/libs

These no longer have any dependencies upon MediaWiki and can be split
out into a separate library.

Tests were updated for the new location and to no longer depend upon
MediaWikiTestCase.

Bug: T100922
Change-Id: I6ad507fa883d5934b807f9e31c507659d0730b52
autoload.php
includes/libs/xmp/XMP.php [new file with mode: 0644]
includes/libs/xmp/XMPInfo.php [new file with mode: 0644]
includes/libs/xmp/XMPValidate.php [new file with mode: 0644]
includes/media/XMP.php [deleted file]
includes/media/XMPInfo.php [deleted file]
includes/media/XMPValidate.php [deleted file]
tests/phpunit/includes/libs/xmp/XMPTest.php [new file with mode: 0644]
tests/phpunit/includes/libs/xmp/XMPValidateTest.php [new file with mode: 0644]
tests/phpunit/includes/media/XMPTest.php [deleted file]
tests/phpunit/includes/media/XMPValidateTest.php [deleted file]