svn commit: r1078830 - /lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/input-modules/last-modified.xconf

[email protected] Mon, 07 Mar 2011 16:18:14 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Mon Mar  7 16:18:13 2011
New Revision: 1078830

URL: http://svn.apache.org/viewvc?rev=1078830&view=rev
Log:
Remove unused parameters.

Modified:
    lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/input-modules/last-modified.xconf

Modified: lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/input-modules/last-modified.xconf
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/input-modules/last-modified.xconf?rev=1078830&r1=1078829&r2=1078830&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/input-modules/last-modified.xconf (original)
+++ lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/input-modules/last-modified.xconf Mon Mar  7 16:18:13 2011
@@ -17,9 +17,5 @@
 -->
 
   <xconf xpath="/cocoon/input-modules" unless="/cocoon/input-modules/component-instance[@name = 'last-modified']">
-    <component-instance name="last-modified" logger="core.modules.input" class="org.apache.lenya.cms.cocoon.components.modules.input.LastModifiedModule">
-      <src-pattern>yyyy-MM-dd HH:mm:ss Z</src-pattern>
-      <pattern>EEE, d MMM yyyy HH:mm:ss Z</pattern>
-      <locale>en_US</locale>
-    </component-instance>
+    <component-instance name="last-modified" logger="core.modules.input" class="org.apache.lenya.cms.cocoon.components.modules.input.LastModifiedModule"/>
   </xconf>