Skip to content

Commit

Permalink
master: reorder modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaimonetti committed Jan 21, 2015
1 parent d9313db commit 1a7faf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions applications/crossbar/src/crossbar.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@
,'cb_rates', 'cb_registrations', 'cb_resource_templates'
,'cb_resources'
,'cb_schemas', 'cb_service_plans', 'cb_services'
,'cb_simple_authz'
,'cb_simple_authz', 'cb_sms'
,'cb_temporal_rules', 'cb_token_auth', 'cb_transactions'
,'cb_user_auth', 'cb_users'
,'cb_vmboxes'
,'cb_webhooks', 'cb_whitelabel'
,'cb_sms'
]).

-define(DEPRECATED_MODULES, ['cb_local_resources', 'cb_global_resources']).
Expand Down

0 comments on commit 1a7faf6

Please sign in to comment.