You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by pe...@apache.org on 2013/01/10 14:32:57 UTC

svn commit: r1431350 [2/2] - in /incubator/bloodhound/trunk/bloodhound_search: ./ bhsearch/ bhsearch/templates/ bhsearch/tests/

Modified: incubator/bloodhound/trunk/bloodhound_search/setup.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_search/setup.py?rev=1431350&r1=1431349&r2=1431350&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_search/setup.py (original)
+++ incubator/bloodhound/trunk/bloodhound_search/setup.py Thu Jan 10 13:32:56 2013
@@ -124,6 +124,7 @@ ENTRY_POINTS = {
             'bhsearch.api = bhsearch.api',
             'bhsearch.admin = bhsearch.admin',
             'bhsearch.ticket_search = bhsearch.ticket_search',
+            'bhsearch.wiki_search = bhsearch.wiki_search',
             'bhsearch.query_parser = bhsearch.query_parser',
             'bhsearch.whoosh_backend = bhsearch.whoosh_backend',
         ],