2011-05-09 16:31:26 -07:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-05-16 12:31:18 -07:00
|
|
|
phutil_require_module('phabricator', 'applications/maniphest/constants/status');
|
|
|
|
phutil_require_module('phabricator', 'applications/maniphest/constants/transactiontype');
|
|
|
|
phutil_require_module('phabricator', 'applications/maniphest/editor/transaction');
|
|
|
|
phutil_require_module('phabricator', 'applications/maniphest/storage/transaction');
|
2011-05-09 16:31:26 -07:00
|
|
|
phutil_require_module('phabricator', 'applications/metamta/replyhandler/base');
|
2011-05-29 03:19:06 -07:00
|
|
|
phutil_require_module('phabricator', 'applications/phid/constants');
|
2011-05-09 16:31:26 -07:00
|
|
|
phutil_require_module('phabricator', 'infrastructure/env');
|
|
|
|
|
2011-05-16 12:31:18 -07:00
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
2011-05-09 16:31:26 -07:00
|
|
|
|
|
|
|
phutil_require_source('ManiphestReplyHandler.php');
|