summaryrefslogtreecommitdiff
path: root/packaging/standalone
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
commitd3a94c13aff494ace39170ec02d8c4b9ab1c8320 (patch)
tree55dbfc11153011e44302a1f843f3a9dc81737eed /packaging/standalone
parent6b000267f8877d243e5e87345650a2e66a3ce9db (diff)
downloadrabbitmq-server-git-d3a94c13aff494ace39170ec02d8c4b9ab1c8320.tar.gz
cosmetics
Diffstat (limited to 'packaging/standalone')
-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 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