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

Commit

Permalink
Move files in Diviner one level up
Browse files Browse the repository at this point in the history
Summary:
- `kill_init.php`
- `arc liberate`

Test Plan:
`diviner .`

Browse around to make sure I like it better.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2636
  • Loading branch information
vrana committed Jun 1, 2012
1 parent e9f89fe commit 51a5a66
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/__phutil_library_map__.php
Expand Up @@ -10,26 +10,26 @@
'__library_version__' => 2,
'class' =>
array(
'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',
'DivinerArticleAtom' => 'atoms/DivinerArticleAtom.php',
'DivinerArticleAtomView' => 'view/DivinerArticleAtomView.php',
'DivinerArticleEngine' => 'engine/DivinerArticleEngine.php',
'DivinerAtom' => 'atoms/DivinerAtom.php',
'DivinerBaseAtomView' => 'view/DivinerBaseAtomView.php',
'DivinerBaseGenerator' => 'generator/DivinerBaseGenerator.php',
'DivinerClassAtom' => 'atoms/DivinerClassAtom.php',
'DivinerClassAtomView' => 'view/DivinerClassAtomView.php',
'DivinerDefaultRenderer' => 'renderer/DivinerDefaultRenderer.php',
'DivinerEngine' => 'engine/DivinerEngine.php',
'DivinerFileAtom' => 'atoms/DivinerFileAtom.php',
'DivinerFunctionAtom' => 'atoms/DivinerFunctionAtom.php',
'DivinerFunctionAtomView' => 'view/DivinerFunctionAtomView.php',
'DivinerMethodAtom' => 'atoms/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',
'DivinerRemarkupRuleSymbols' => 'remarkup/DivinerRemarkupRuleSymbols.php',
'DivinerRenderer' => 'renderer/DivinerRenderer.php',
'DivinerStaticGenerator' => 'generator/DivinerStaticGenerator.php',
'DivinerXHPEngine' => 'engine/DivinerXHPEngine.php',
),
'function' =>
array(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51a5a66

Please sign in to comment.