Skip to content

Commit

Permalink
Upgrade javelin to libphutil v2
Browse files Browse the repository at this point in the history
Summary: Converted using `arc liberate --upgrade`.

Test Plan:
  diviner .

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Maniphest Tasks: T1103

Differential Revision: https://secure.phabricator.com/D2606
  • Loading branch information
vrana committed May 30, 2012
1 parent 96d2a5f commit 2673e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
11 changes: 5 additions & 6 deletions support/diviner/__phutil_library_map__.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<?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(
'JavelinDivinerEngine' => 'engine',
'JavelinDivinerEngine' => 'engine/JavelinDivinerEngine.php',
),
'function' =>
array(
),
'requires_class' =>
'xmap' =>
array(
'JavelinDivinerEngine' => 'DivinerEngine',
),
'requires_interface' =>
array(
),
));
24 changes: 0 additions & 24 deletions support/diviner/engine/__init__.php

This file was deleted.

0 comments on commit 2673e5b

Please sign in to comment.