summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2012-11-28 18:33:21 +0100
committerAlvaro Videla <videlalvaro@gmail.com>2012-11-28 18:33:21 +0100
commit262927855c8fefd66527a373eb158598efd35766 (patch)
tree55dbfc11153011e44302a1f843f3a9dc81737eed
parentffac65f860a497ad7eed12763e3eb79f2a3f1ff6 (diff)
downloadrabbitmq-server-262927855c8fefd66527a373eb158598efd35766.tar.gz
cosmetics
-rw-r--r--packaging/standalone/src/rabbit_release.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/standalone/src/rabbit_release.erl b/packaging/standalone/src/rabbit_release.erl
index 03b18133..26f36d68 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