diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2012-11-28 18:33:21 +0100 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2012-11-28 18:33:21 +0100 |
| commit | d3a94c13aff494ace39170ec02d8c4b9ab1c8320 (patch) | |
| tree | 55dbfc11153011e44302a1f843f3a9dc81737eed /packaging/standalone | |
| parent | 6b000267f8877d243e5e87345650a2e66a3ce9db (diff) | |
| download | rabbitmq-server-git-d3a94c13aff494ace39170ec02d8c4b9ab1c8320.tar.gz | |
cosmetics
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/src/rabbit_release.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/standalone/src/rabbit_release.erl b/packaging/standalone/src/rabbit_release.erl index 03b1813398..26f36d6861 100644 --- a/packaging/standalone/src/rabbit_release.erl +++ b/packaging/standalone/src/rabbit_release.erl @@ -37,12 +37,12 @@ start() -> %% extract the plugins so we can load their apps later prepare_plugins(PluginsDistDir, UnpackedPluginDir), - PluginAppNames = [P#plugin.name || - P <- rabbit_plugins:list(PluginsDistDir)], - %% add the plugin ebin folder to the code path. add_plugins_to_path(UnpackedPluginDir), + PluginAppNames = [P#plugin.name || + P <- rabbit_plugins:list(PluginsDistDir)], + %% Build the entire set of dependencies - this will load the %% applications along the way AllApps = case catch sets:to_list(expand_dependencies(PluginAppNames)) of |
