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 2008/03/25 03:11:47 UTC

svn commit: r640670 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ applications/workeffort/ spec...

Author: jacopoc
Date: Mon Mar 24 19:11:42 2008
New Revision: 640670

URL: http://svn.apache.org/viewvc?rev=640670&view=rev
Log:
Removed unnecessary position attributes: if the position attribute is not set, applications are sorted by title.

Modified:
    ofbiz/trunk/applications/accounting/ofbiz-component.xml
    ofbiz/trunk/applications/content/ofbiz-component.xml
    ofbiz/trunk/applications/humanres/ofbiz-component.xml
    ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
    ofbiz/trunk/applications/marketing/ofbiz-component.xml
    ofbiz/trunk/applications/order/ofbiz-component.xml
    ofbiz/trunk/applications/party/ofbiz-component.xml
    ofbiz/trunk/applications/product/ofbiz-component.xml
    ofbiz/trunk/applications/workeffort/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml

Modified: ofbiz/trunk/applications/accounting/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/accounting/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -74,7 +74,6 @@
 
     <webapp name="accounting"
         title="Accounting"
-        position="01"
         server="default-server"
         location="webapp/accounting"
         base-permission="OFBTOOLS,ACCOUNTING"

Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -55,7 +55,6 @@
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>
     <webapp name="content"
         title="Content"
-        position="03"
         server="default-server"
         location="webapp/content"
         base-permission="CONTENTMGR"

Modified: ofbiz/trunk/applications/humanres/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/humanres/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -33,7 +33,6 @@
     
     <webapp name="humanres"
         title="HR"
-        position="05"
         server="default-server"
         location="webapp/humanres"
         base-permission="OFBTOOLS,HUMANRES"

Modified: ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/manufacturing/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -53,7 +53,6 @@
     <!-- web applications; will be mounted when using the embedded Jetty container -->
     <webapp name="manufacturing"
         title="Manufacturing"
-        position="06"
         server="default-server"
         location="webapp/manufacturing"
         base-permission="OFBTOOLS,MANUFACTURING"

Modified: ofbiz/trunk/applications/marketing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/marketing/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -33,14 +33,12 @@
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>
     <webapp name="marketing"
         title="Marketing"
-        position="07"
         server="default-server"
         location="webapp/marketing"
         base-permission="OFBTOOLS,MARKETING"
         mount-point="/marketing"/>
     <webapp name="SalesForceAutomation"
         title="SFA"
-        position="10"
         server="default-server"
         location="webapp/sfa"
         base-permission="OFBTOOLS,MARKETING"

Modified: ofbiz/trunk/applications/order/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/order/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -51,7 +51,6 @@
     
     <webapp name="order"
         title="Order"
-        position="08"
         server="default-server"
         location="webapp/ordermgr"
         base-permission="OFBTOOLS,ORDERMGR"

Modified: ofbiz/trunk/applications/party/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/party/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -36,7 +36,6 @@
 
     <webapp name="party"
         title="Party"
-        position="09"
         server="default-server"
         location="webapp/partymgr"
         base-permission="OFBTOOLS,PARTYMGR"

Modified: ofbiz/trunk/applications/product/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/product/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -60,8 +60,8 @@
     <!-- test suite -->
     <test-suite loader="main" location="testdef/FacilityTest.xml"/>
     
-    <webapp name="catalog" title="Catalog" position="02" server="default-server" location="webapp/catalog"
+    <webapp name="catalog" title="Catalog" server="default-server" location="webapp/catalog"
         base-permission="OFBTOOLS,CATALOG" mount-point="/catalog"/>
-    <webapp name="facility" title="Facility" position="04" server="default-server" location="webapp/facility"
+    <webapp name="facility" title="Facility" server="default-server" location="webapp/facility"
         base-permission="OFBTOOLS,FACILITY" mount-point="/facility"/>
 </ofbiz-component>

Modified: ofbiz/trunk/applications/workeffort/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/workeffort/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -40,7 +40,6 @@
         
      <webapp name="workeffort"
         title="WorkEffort"
-        position="12"
         server="default-server"
         location="webapp/workeffort"
         base-permission="OFBTOOLS,WORKEFFORTMGR"

Modified: ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml?rev=640670&r1=640669&r2=640670&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml Mon Mar 24 19:11:42 2008
@@ -38,7 +38,6 @@
     
     <webapp name="projectmgr"
         title="Project"
-        position="11"
         server="default-server"
         location="webapp/projectmgr"
         base-permission="PROJECTMGR"