Author: andrej
Date: Thu Apr 18 08:18:57 2013
New Revision: 1469222

URL: http://svn.apache.org/r1469222
Log:
disabling bhrelations.* components by default during installation - towards 
bep-0006

Modified:
    bloodhound/trunk/installer/bloodhound_setup.py

Modified: bloodhound/trunk/installer/bloodhound_setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/installer/bloodhound_setup.py?rev=1469222&r1=1469221&r2=1469222&view=diff
==============================================================================
--- bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ bloodhound/trunk/installer/bloodhound_setup.py Thu Apr 18 08:18:57 2013
@@ -63,6 +63,7 @@ BASE_CONFIG = {'components': {'bhtheme.*
                               'themeengine.api.*': 'enabled',
                               'themeengine.web_ui.*': 'enabled',
                               'bhsearch.*': 'enabled',
+                              'bhrelations.*': 'disabled',
                               'trac.ticket.web_ui.ticketmodule': 'disabled',
                               'trac.ticket.report.reportmodule': 'disabled',
                               },


Reply via email to