You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/06/21 14:18:42 UTC

svn commit: r1352511 - /incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py

Author: gjm
Date: Thu Jun 21 12:18:41 2012
New Revision: 1352511

URL: http://svn.apache.org/viewvc?rev=1352511&view=rev
Log:
multiproduct: adding missing variable definitions - towards #105

Modified:
    incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py

Modified: incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py?rev=1352511&r1=1352510&r2=1352511&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py (original)
+++ incubator/bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py Thu Jun 21 12:18:41 2012
@@ -30,6 +30,10 @@ from trac.web.chrome import ITemplatePro
 
 from multiproduct.model import Product
 
+DB_VERSION = 1
+DB_SYSTEM_KEY = 'bloodhound_multi_product_version'
+PLUGIN_NAME = 'Bloodhound multi product'
+
 class MultiProductSystem(Component):
     """Creates the database tables and template directories"""