Author: adrianc
Date: Sat Oct 20 08:05:13 2012
New Revision: 1400385
URL:
http://svn.apache.org/viewvc?rev=1400385&view=revLog:
Comment out non-existent web application.
Modified:
ofbiz/trunk/applications/content/ofbiz-component.xml
Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=1400385&r1=1400384&r2=1400385&view=diff==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Sat Oct 20 08:05:13 2012
@@ -73,10 +73,12 @@ under the License.
base-permission="CONTENTMGR"
mount-point="/content"/>
+ <!--
<webapp name="ofbizhelp"
title="OFBiz Help"
server="default-server"
location="webapp/ofbizhelp"
base-permission="OFBTOOLS"
- mount-point="/ofbizhelp"/>
+ mount-point="/ofbizhelp"/>
+ -->
</ofbiz-component>