You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/10/14 10:00:52 UTC

svn commit: r1022405 - /ofbiz/trunk/specialpurpose/component-load.xml

Author: jleroux
Date: Thu Oct 14 08:00:52 2010
New Revision: 1022405

URL: http://svn.apache.org/viewvc?rev=1022405&view=rev
Log:
Fix an error found while working on jQuery branch. LDAP should not be commented out.

It has been already reported (one year ago) by Adam at http://markmail.org/message/myui5jd3xzl7mwpz

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

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=1022405&r1=1022404&r2=1022405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Thu Oct 14 08:00:52 2010
@@ -35,7 +35,7 @@ under the License.
     <load-component component-location="myportal"/>
     <load-component component-location="webpos"/>
     <load-component component-location="crowd"/>
-    <!-- load-component component-location="ldap"/>-->
+    <load-component component-location="ldap"/>
     <!-- <load-component component-location="workflow"/> -->
     <!-- <load-component component-location="shark"/> -->
 </component-loader>