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/05/28 07:38:25 UTC

svn commit: r949100 - /ofbiz/trunk/framework/resources/templates/controller.xml

Author: jleroux
Date: Fri May 28 05:38:25 2010
New Revision: 949100

URL: http://svn.apache.org/viewvc?rev=949100&view=rev
Log:
Do we really need to have an <owner> element there? At least OOTB it's always empty

Modified:
    ofbiz/trunk/framework/resources/templates/controller.xml

Modified: ofbiz/trunk/framework/resources/templates/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/controller.xml?rev=949100&r1=949099&r2=949100&view=diff
==============================================================================
--- ofbiz/trunk/framework/resources/templates/controller.xml (original)
+++ ofbiz/trunk/framework/resources/templates/controller.xml Fri May 28 05:38:25 2010
@@ -7,8 +7,6 @@
     <include location="component://common/webcommon/WEB-INF/common-controller.xml"/>
 
     <description>@component-resource-name@ Component Site Configuration File</description>
-    <owner></owner>
-
 
     <!-- Events to run on every request before security (chains exempt) -->
     <!--