Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Upgrade diviner to libphutil v2
Browse files Browse the repository at this point in the history
Test Plan:
  diviner .

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Maniphest Tasks: T1103

Differential Revision: https://secure.phabricator.com/D2208
  • Loading branch information
vrana committed May 30, 2012
1 parent 488167c commit ee41ac6
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 319 deletions.
49 changes: 24 additions & 25 deletions src/__phutil_library_map__.php
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
<?php

/**
* This file is automatically generated. Use 'phutil_mapper.php' to rebuild it.
* 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(
'DivinerArticleAtom' => 'atoms/article',
'DivinerArticleAtomView' => 'view/article',
'DivinerArticleEngine' => 'engine/article',
'DivinerAtom' => 'atoms/base',
'DivinerBaseAtomView' => 'view/base',
'DivinerBaseGenerator' => 'generator/base',
'DivinerClassAtom' => 'atoms/class',
'DivinerClassAtomView' => 'view/class',
'DivinerDefaultRenderer' => 'renderer/default',
'DivinerEngine' => 'engine/base',
'DivinerFileAtom' => 'atoms/file',
'DivinerFunctionAtom' => 'atoms/function',
'DivinerFunctionAtomView' => 'view/function',
'DivinerMethodAtom' => 'atoms/method',
'DivinerProjectConfiguration' => 'configuration',
'DivinerPublisher' => 'publisher',
'DivinerRemarkupRuleSymbols' => 'remarkup/symbolrule',
'DivinerRenderer' => 'renderer/base',
'DivinerStaticGenerator' => 'generator/static',
'DivinerXHPEngine' => 'engine/xhp',
'DivinerArticleAtom' => 'atoms/article/DivinerArticleAtom.php',
'DivinerArticleAtomView' => 'view/article/DivinerArticleAtomView.php',
'DivinerArticleEngine' => 'engine/article/DivinerArticleEngine.php',
'DivinerAtom' => 'atoms/base/DivinerAtom.php',
'DivinerBaseAtomView' => 'view/base/DivinerBaseAtomView.php',
'DivinerBaseGenerator' => 'generator/base/DivinerBaseGenerator.php',
'DivinerClassAtom' => 'atoms/class/DivinerClassAtom.php',
'DivinerClassAtomView' => 'view/class/DivinerClassAtomView.php',
'DivinerDefaultRenderer' => 'renderer/default/DivinerDefaultRenderer.php',
'DivinerEngine' => 'engine/base/DivinerEngine.php',
'DivinerFileAtom' => 'atoms/file/DivinerFileAtom.php',
'DivinerFunctionAtom' => 'atoms/function/DivinerFunctionAtom.php',
'DivinerFunctionAtomView' => 'view/function/DivinerFunctionAtomView.php',
'DivinerMethodAtom' => 'atoms/method/DivinerMethodAtom.php',
'DivinerProjectConfiguration' => 'configuration/DivinerProjectConfiguration.php',
'DivinerPublisher' => 'publisher/DivinerPublisher.php',
'DivinerRemarkupRuleSymbols' => 'remarkup/symbolrule/DivinerRemarkupRuleSymbols.php',
'DivinerRenderer' => 'renderer/base/DivinerRenderer.php',
'DivinerStaticGenerator' => 'generator/static/DivinerStaticGenerator.php',
'DivinerXHPEngine' => 'engine/xhp/DivinerXHPEngine.php',
),
'function' =>
array(
),
'requires_class' =>
'xmap' =>
array(
'DivinerArticleAtom' => 'DivinerAtom',
'DivinerArticleAtomView' => 'DivinerBaseAtomView',
Expand All @@ -48,7 +50,4 @@
'DivinerStaticGenerator' => 'DivinerBaseGenerator',
'DivinerXHPEngine' => 'DivinerEngine',
),
'requires_interface' =>
array(
),
));
12 changes: 0 additions & 12 deletions src/atoms/article/__init__.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/atoms/base/__init__.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/atoms/class/__init__.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/atoms/file/__init__.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/atoms/function/__init__.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/atoms/method/__init__.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/configuration/__init__.php

This file was deleted.

18 changes: 0 additions & 18 deletions src/engine/article/__init__.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/engine/base/__init__.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/engine/xhp/__init__.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/generator/base/__init__.php

This file was deleted.

18 changes: 0 additions & 18 deletions src/generator/static/__init__.php

This file was deleted.

17 changes: 0 additions & 17 deletions src/publisher/__init__.php

This file was deleted.

13 changes: 0 additions & 13 deletions src/remarkup/symbolrule/__init__.php

This file was deleted.

10 changes: 0 additions & 10 deletions src/renderer/base/__init__.php

This file was deleted.

31 changes: 0 additions & 31 deletions src/renderer/default/__init__.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/view/article/__init__.php

This file was deleted.

13 changes: 0 additions & 13 deletions src/view/base/__init__.php

This file was deleted.

15 changes: 0 additions & 15 deletions src/view/class/__init__.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/view/function/__init__.php

This file was deleted.

0 comments on commit ee41ac6

Please sign in to comment.