Author: jacopoc
Date: Sat Apr  6 14:20:33 2013
New Revision: 1465250

URL: http://svn.apache.org/r1465250
Log:
The specialpurpose/crowd component is now disabled: the component is not 
actively maintained, it is based on an old version of Crowd and it requires 
some old jars (Axis 1) that we are going to remove from the framework (that 
runs on "Axis 2").

Modified:
    ofbiz/trunk/specialpurpose/build.xml
    ofbiz/trunk/specialpurpose/component-load.xml
    ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/build.xml?rev=1465250&r1=1465249&r2=1465250&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/build.xml (original)
+++ ofbiz/trunk/specialpurpose/build.xml Sat Apr  6 14:20:33 2013
@@ -33,7 +33,6 @@
         projectmgr/build.xml,
         scrum/build.xml,
         ldap/build.xml,
-        crowd/build.xml,
         webpos/build.xml
         googlecheckout/build.xml,
         birt/build.xml,

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=1465250&r1=1465249&r2=1465250&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Sat Apr  6 14:20:33 2013
@@ -34,7 +34,6 @@ under the License.
     <load-component component-location="ebay"/>
     <load-component component-location="ebaystore"/>
     <load-component component-location="myportal"/>
-    <load-component component-location="crowd"/>
     <load-component component-location="ldap"/>
     <load-component component-location="webpos"/>
     <load-component component-location="birt"/>

Modified: ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml?rev=1465250&r1=1465249&r2=1465250&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/crowd/ofbiz-component.xml Sat Apr  6 14:20:33 
2013
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<ofbiz-component name="crowd" enabled="true"
+<ofbiz-component name="crowd" enabled="false"
         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"/>


Reply via email to