Author: jruijter
Date: 2010-04-22 12:07:32 +0200 (Thu, 22 Apr 2010)
New Revision: 42006

Modified:
   CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-community-archetype/src/main/resources/archetype-resources/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-staging/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
   
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
Log:
CMSC-1684 Added lastmodifieddate value to param lastmodifiedfield

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/web.xml
===================================================================
--- CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/web.xml 
2010-04-22 09:55:55 UTC (rev 42005)
+++ CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/web.xml 
2010-04-22 10:07:32 UTC (rev 42006)
@@ -215,7 +215,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
 2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml
 2010-04-22 10:07:32 UTC (rev 42006)
@@ -292,7 +292,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
      2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
      2010-04-22 10:07:32 UTC (rev 42006)
@@ -216,7 +216,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/demo.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
   2010-04-22 10:07:32 UTC (rev 42006)
@@ -217,7 +217,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-community-archetype/src/main/resources/archetype-resources/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-community-archetype/src/main/resources/archetype-resources/src/webapp/WEB-INF/web.xml
  2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-community-archetype/src/main/resources/archetype-resources/src/webapp/WEB-INF/web.xml
  2010-04-22 10:07:32 UTC (rev 42006)
@@ -240,7 +240,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-live/src/webapp/WEB-INF/web.xml
       2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-live/src/webapp/WEB-INF/web.xml
       2010-04-22 10:07:32 UTC (rev 42006)
@@ -202,7 +202,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-staging/src/webapp/WEB-INF/web.xml
    2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/m2archetype/war-livestaging-archetype/src/main/resources/archetype-resources/war-staging/src/webapp/WEB-INF/web.xml
    2010-04-22 10:07:32 UTC (rev 42006)
@@ -201,7 +201,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
       2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml
       2010-04-22 10:07:32 UTC (rev 42006)
@@ -211,7 +211,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
       <init-param>
          <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
    2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Demo/www.cmscontainer.org/war-staging/src/webapp/WEB-INF/web.xml
    2010-04-22 10:07:32 UTC (rev 42006)
@@ -211,7 +211,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
       <init-param>
          <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/WEB-INF/web.xml    
    2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Modules/community/src/webapp/WEB-INF/web.xml    
    2010-04-22 10:07:32 UTC (rev 42006)
@@ -273,7 +273,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
        2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/WEB-INF/web.xml
        2010-04-22 10:07:32 UTC (rev 42006)
@@ -216,7 +216,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

Modified: 
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
     2010-04-22 09:55:55 UTC (rev 42005)
+++ 
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/WEB-INF/web.xml
     2010-04-22 10:07:32 UTC (rev 42006)
@@ -238,7 +238,7 @@
                <init-param>
                        <!-- Field of image node to use for 'last modified' -->
                        <param-name>lastmodifiedfield</param-name>
-                       <param-value></param-value>
+                       <param-value>lastmodifieddate</param-value>
                </init-param>
                <init-param>
                        <!-- Whether to filter jpeg image for meta xml data -->

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to