You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/10/20 10:05:14 UTC

svn commit: r1400385 - /ofbiz/trunk/applications/content/ofbiz-component.xml

Author: adrianc
Date: Sat Oct 20 08:05:13 2012
New Revision: 1400385

URL: http://svn.apache.org/viewvc?rev=1400385&view=rev
Log:
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>