summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-19 13:39:56 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-19 13:39:56 +0100
commit40fc81848bdbe38456890cc37f946919b8caa76f (patch)
treefd9e00b2718caf83035780d0d27f981ab014e132 /scripts
parent2dbd7b51439827b62ee7bdd9c94fa0d69be2d119 (diff)
downloadrabbitmq-server-git-40fc81848bdbe38456890cc37f946919b8caa76f.tar.gz
rename provided_plugins to plugins-dist
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rabbitmq-plugin2
-rwxr-xr-xscripts/rabbitmq-plugin.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-plugin b/scripts/rabbitmq-plugin
index 4583873072..d6cf2befa4 100755
--- a/scripts/rabbitmq-plugin
+++ b/scripts/rabbitmq-plugin
@@ -19,7 +19,7 @@
[ "x" = "x$RABBITMQ_PLUGINS_DIR" ] && RABBITMQ_PLUGINS_DIR="${RABBITMQ_HOME}/plugins"
-[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/provided_plugins"
+[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/plugins-dist"
exec erl \
-pa "${RABBITMQ_HOME}/ebin" \
diff --git a/scripts/rabbitmq-plugin.bat b/scripts/rabbitmq-plugin.bat
index 0aaad0ef3c..d4fd96256d 100755
--- a/scripts/rabbitmq-plugin.bat
+++ b/scripts/rabbitmq-plugin.bat
@@ -36,7 +36,7 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" (
)
set RABBITMQ_PLUGINS_DIR=!TDP0!..\plugins
-set RABBITMQ_PLUGINS_DIST_DIR=!TDP0!..\provided_plugins
+set RABBITMQ_PLUGINS_DIST_DIR=!TDP0!..\plugins-dist
"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden -sname rabbitmq-plugin!RANDOM! -s rabbit_plugin -plugins_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIST_DIR:\=/!" -extra !STAR!