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

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

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

jleroux@apache.org
Author: jleroux
Date: Sun Mar 13 00:01:11 2011
New Revision: 1081020

URL: http://svn.apache.org/viewvc?rev=1081020&view=rev
Log:
I was too fast when I commented out webpos. I know now some persons are using it.

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=1081020&r1=1081019&r2=1081020&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Sun Mar 13 00:01:11 2011
@@ -35,10 +35,10 @@ under the License.
     <load-component component-location="myportal"/>
     <load-component component-location="crowd"/>
     <load-component component-location="ldap"/>
+    <load-component component-location="webpos"/>
     <!-- The component below are not maintained by the community, or at least not very actively
         Still they are functional (or at least should be).
         So if you need them simply uncomment and have a look also in the build file -->
-    <!-- <load-component component-location="webpos"/>-->
     <!-- <load-component component-location="workflow"/> -->
     <!-- <load-component component-location="shark"/> -->
 </component-loader>