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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jacopoc
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>