summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-activate-plugins.bat
Commit message (Collapse)AuthorAgeFilesLines
* Attempt at an equivalent patch for the Windows scripts. Untested!Tony Garnock-Jones2010-05-141-67/+0
|
* Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\
| * update copyright notices to say 2010 where appropriateDavid R. MacIver2010-02-091-3/+3
| |
* | Convert all batch files to use deferred expansionDavid Wragg2010-02-081-10/+17
|/
* prevent vars from escaping the script and polluting the envMatthias Radestock2009-10-291-0/+4
| | | | also some minor cosmetic changes
* escape env vars in .bat scripts on use rather than definitionMatthias Radestock2009-10-281-4/+11
| | | | | | | We did that on most env vars already, except recently introduced ones, which caused nasty quoting bugs. Some cosmetic changes and minor refactoring too.
* Removed the default setup of ERLANG_HOMEPaul Jones2009-08-201-4/+0
|
* Renamed activate-plugins to rabbitmq-activate-plugins; changed scripts to ↵Paul Jones2009-07-291-0/+53
use rabbitmq-env to source paths instead of embedding the logic themselves