diff options
| author | Tim Watson <tim@rabbitmq.com> | 2012-05-16 12:02:03 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2012-05-16 12:02:03 +0100 |
| commit | 9faa9b7a56b16323deabfbca1bd1c023cce3abed (patch) | |
| tree | 0b89b97614cf114103eb6f7b878a50fff8b94686 /scripts/rabbitmq-plugins.bat | |
| parent | caf1587e03c8bad21ed8f3ed88b3991e35bcc56a (diff) | |
| download | rabbitmq-server-git-9faa9b7a56b16323deabfbca1bd1c023cce3abed.tar.gz | |
split rabbit_plugins into client and server side modules
Diffstat (limited to 'scripts/rabbitmq-plugins.bat')
| -rwxr-xr-x | scripts/rabbitmq-plugins.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins.bat b/scripts/rabbitmq-plugins.bat index 66a900a195..bc198393ec 100755 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -45,7 +45,7 @@ if "!RABBITMQ_ENABLED_PLUGINS_FILE!"=="" ( set RABBITMQ_PLUGINS_DIR=!TDP0!..\plugins
-"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden -sname rabbitmq-plugins!RANDOM! -s rabbit_plugins -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -extra !STAR!
+"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden -sname rabbitmq-plugins!RANDOM! -s rabbit_plugins_main -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -extra !STAR!
endlocal
endlocal
|
