# Copyright (c) 2007 Nathaniel Brown # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # Ensure that the engines plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../engines") Commands::Plugin.parse!(['install', 'http://svn.rails-engines.org/plugins/engines']) end # Ensure that the core_toolbawks plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_core") Commands::Plugin.parse!(['install', 'http://svn.toolbawks.com/plugins/toolbawks_core']) end # Ensure that the toolbawks_core plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_core") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_core']) end # Ensure that the toolbawks_extjs plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_extjs") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_extjs']) end # Ensure that the toolbawks_assets plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_assets") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_assets']) end # Ensure that the toolbawks_auth plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_auth") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_auth']) end # Ensure that the toolbawks_auth plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_auth_profile") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_auth_profile']) end # Ensure that the toolbawks_packer plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_packer") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_packer']) end # Ensure that the toolbawks_routes plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_routes") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_routes']) end # Ensure that the toolbawks_tags plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_tags") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_tags']) end # Ensure that the toolbawks_meta plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_meta") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_meta']) end # Ensure that the toolbawks_watcher plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_watcher") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_watcher']) end # Ensure that the toolbawks_cache plugin is installed unless File.exist?(File.dirname(__FILE__) + "/../toolbawks_cache") Commands::Plugin.parse!(['install', 'http://svn.toolbocks.com/plugins/toolbawks_cache']) end