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 2013/03/29 08:21:53 UTC

svn commit: r1462422 - in /ofbiz/trunk/specialpurpose: assetmaint/ cmssite/ crowd/ ebay/ ebaystore/ ecommerce/ example/ exampleext/ googlebase/ googlecheckout/ hhfacility/ ldap/ myportal/ oagis/ ofbizwebsite/ pos/ projectmgr/ scrum/ webpos/

Author: jacopoc
Date: Fri Mar 29 07:21:52 2013
New Revision: 1462422

URL: http://svn.apache.org/r1462422
Log:
In preparation for the selective disabling of specialpurpose components as a default (when trunk is checked out, built, unit tested, run): explicitely added the "enabled" attribute to all the ofbiz-component.xml files of specialpurpose applications; for now they are all set to "true" (that is the default value) and so this commit will not change the behavior of the system.


Modified:
    ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/example/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/exampleext/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<ofbiz-component name="assetmaint"
+<ofbiz-component name="assetmaint" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->

Modified: ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="cmssite"
+<ofbiz-component name="cmssite" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="crowd"
+<ofbiz-component name="crowd" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="ebay"
+<ofbiz-component name="ebay" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="ebaystore"
+<ofbiz-component name="ebaystore" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="ecommerce"
+<ofbiz-component name="ecommerce" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/example/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/example/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="example"
+<ofbiz-component name="example" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->

Modified: ofbiz/trunk/specialpurpose/exampleext/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/exampleext/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/exampleext/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="exampleext"
+<ofbiz-component name="exampleext" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="googlebase"
+<ofbiz-component name="googlebase" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<ofbiz-component name="googlecheckout"
+<ofbiz-component name="googlecheckout" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="hhfacility"
+<ofbiz-component name="hhfacility" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="ldap"
+<ofbiz-component name="ldap" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->

Modified: ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<ofbiz-component name="myportal"
+<ofbiz-component name="myportal" enabled="true"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="oagis"
+<ofbiz-component name="oagis" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<ofbiz-component name="ofbiz"
+<ofbiz-component name="ofbiz" enabled="true"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="pos"
+<ofbiz-component name="pos" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="projectmgr"
+<ofbiz-component name="projectmgr" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>

Modified: ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -17,7 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<ofbiz-component name="scrum"
+<ofbiz-component name="scrum" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->

Modified: ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml?rev=1462422&r1=1462421&r2=1462422&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml Fri Mar 29 07:21:52 2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="webpos"
+<ofbiz-component name="webpos" enabled="true"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>