svn commit: r437166 - /incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml

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

svn commit: r437166 - /incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml

jacopoc
Author: jacopoc
Date: Sat Aug 26 06:40:00 2006
New Revision: 437166

URL: http://svn.apache.org/viewvc?rev=437166&view=rev
Log:
Fixed typo.
Thanks to Andrew Sykes for the bug report (OFBIZ-553).

Modified:
    incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml

Modified: incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml?rev=437166&r1=437165&r2=437166&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/appserver/config/ofbiz-containers.xml Sat Aug 26 06:40:00 2006
@@ -19,5 +19,5 @@
 <ofbiz-containers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-containers.xsd">
     <container name="component-container" class="org.ofbiz.base.container.ComponentContainer"/>
-    <container name="generate-contailer" class="org.ofbiz.appservers.GenerateContainer"/>
+    <container name="generate-container" class="org.ofbiz.appservers.GenerateContainer"/>
 </ofbiz-containers>