diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-19 13:39:56 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-19 13:39:56 +0100 |
| commit | 40fc81848bdbe38456890cc37f946919b8caa76f (patch) | |
| tree | fd9e00b2718caf83035780d0d27f981ab014e132 /scripts | |
| parent | 2dbd7b51439827b62ee7bdd9c94fa0d69be2d119 (diff) | |
| download | rabbitmq-server-git-40fc81848bdbe38456890cc37f946919b8caa76f.tar.gz | |
rename provided_plugins to plugins-dist
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmq-plugin | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-plugin.bat | 2 |
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!
|
