* Add all HTMLDiff-related classes to the autoloader.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Aug 2008 20:19:00 +0000 (20:19 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Aug 2008 20:19:00 +0000 (20:19 +0000)
commit0524aef5b61e1d27f5c7e7d8f22ad5ab560a89b6
treeab9b28917292be99c539402a82d5e92ad1bfd64c
parenta960032326376fb85a213b261a8c9899a2721584
* Add all HTMLDiff-related classes to the autoloader.
* Move all stuff @ingroup DifferenceEngine to /diff
* Split off Node and friends to Nodes.php to make HTMLDiff.php shorter.
includes/AutoLoader.php
includes/Diff.php [deleted file]
includes/DifferenceEngine.php [deleted file]
includes/HTMLDiff.php [deleted file]
includes/diff/Diff.php [new file with mode: 0644]
includes/diff/DifferenceEngine.php [new file with mode: 0644]
includes/diff/HTMLDiff.php [new file with mode: 0644]
includes/diff/Nodes.php [new file with mode: 0644]