You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/12/09 08:25:13 UTC

svn commit: r484940 - /incubator/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml

Author: jacopoc
Date: Fri Dec  8 23:25:11 2006
New Revision: 484940

URL: http://svn.apache.org/viewvc?view=rev&rev=484940
Log:
Change to not show the "Hand Held Facility" application in the top application bar.

Modified:
    incubator/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml

Modified: incubator/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml?view=diff&rev=484940&r1=484939&r2=484940
==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml (original)
+++ incubator/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml Fri Dec  8 23:25:11 2006
@@ -25,6 +25,11 @@
 
     <service-resource type="model" loader="main" location="servicedef/services_hhfacility.xml"/>
 
-    <webapp name="hhfacility" title="Handheld Facility" server="default-server" location="webapp/hhfacility"
-        base-permission="OFBTOOLS,FACILITY" mount-point="/hhfacility"/>
+    <webapp name="hhfacility"
+        title="Handheld Facility"
+        server="default-server"
+        location="webapp/hhfacility"
+        base-permission="OFBTOOLS,FACILITY"
+        mount-point="/hhfacility"
+        app-bar-display="false"/>
 </ofbiz-component>