Author: rjollos
Date: Mon Aug 12 18:20:19 2013
New Revision: 1513214

URL: http://svn.apache.org/r1513214
Log:
`multiproduct.batch` was not defined as an entry point for the 
`bloodhound_multiproduct` plugin, so it was being discovered as a single-file 
plugin. Refs #596.

This is similar to the issue resolved in #582.

Modified:
    bloodhound/trunk/bloodhound_multiproduct/setup.py

Modified: bloodhound/trunk/bloodhound_multiproduct/setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/setup.py?rev=1513214&r1=1513213&r2=1513214&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_multiproduct/setup.py (original)
+++ bloodhound/trunk/bloodhound_multiproduct/setup.py Mon Aug 12 18:20:19 2013
@@ -46,6 +46,7 @@ setup(
             'multiproduct.model = multiproduct.model',
             'multiproduct.perm = multiproduct.perm',
             'multiproduct.product_admin = multiproduct.product_admin',
+            'multiproduct.ticket.batch = multiproduct.ticket.batch',
             'multiproduct.ticket.query = multiproduct.ticket.query',
             'multiproduct.ticket.web_ui = multiproduct.ticket.web_ui',
             'multiproduct.web_ui = multiproduct.web_ui',


Reply via email to