fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
618 B
27 lines
618 B
12 years ago
|
<?php
|
||
|
|
||
|
/**
|
||
|
* This file is automatically generated. Use 'arc liberate' to rebuild it.
|
||
|
* @generated
|
||
|
* @phutil-library-version 2
|
||
|
*/
|
||
|
|
||
|
phutil_register_library_map(array(
|
||
|
'__library_version__' => 2,
|
||
|
'class' =>
|
||
|
array(
|
||
|
'FacebookFbcodeLintEngine' => 'lint_engine/FacebookFbcodeLintEngine.php',
|
||
|
'FbcodeCppLinter' => 'cpp_linter/FbcodeCppLinter.php',
|
||
|
'PfffCppLinter' => 'cpp_linter/PfffCppLinter.php',
|
||
|
),
|
||
|
'function' =>
|
||
|
array(
|
||
|
),
|
||
|
'xmap' =>
|
||
|
array(
|
||
|
'FacebookFbcodeLintEngine' => 'ArcanistLintEngine',
|
||
|
'FbcodeCppLinter' => 'ArcanistLinter',
|
||
|
'PfffCppLinter' => 'ArcanistLinter',
|
||
|
),
|
||
|
));
|