Author: jacopoc Date: Fri Sep 6 08:24:47 2013 New Revision: 1520509 URL: http://svn.apache.org/r1520509 Log: Fix for issue reported by Hans in the dev ml: after the migration of Lucene dependent code to specialpurpose, the application menu item for "Content" was replaced by "Lucene" due to a wrong title in the webapp declared in specialpurpose/lucene.
Modified: ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml Modified: ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml?rev=1520509&r1=1520508&r2=1520509&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml Fri Sep 6 08:24:47 2013 @@ -37,7 +37,7 @@ under the License. <!-- this overrides the content application in order to add the index management screens --> <webapp name="content" - title="Lucene" + title="Content" server="default-server" location="webapp/content" base-permission="OFBTOOLS,CONTENTMGR"