$Date$ was wrapped and thus broken in r939212
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Apr 2010 07:30:29 +0000 (07:30 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Apr 2010 07:30:29 +0000 (07:30 +0000)
Replacing with $Id$ because of i18n and timezone issues that $Date$ has
(http://subversion.tigris.org/issues/show_bug.cgi?id=2332)

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@939221 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/startup/DuplicateMappingParamServlet.java
test/org/apache/catalina/startup/NoMappingParamServlet.java
test/org/apache/catalina/startup/ParamServlet.java
test/org/apache/catalina/startup/TestContextConfigAnnotation.java

index 3bf634d..9407bde 100644 (file)
@@ -29,8 +29,7 @@ import javax.servlet.http.HttpServletResponse;
 /**
  * 
  * @author Peter Rossbach
- * @version $Revision$ $Date: 2010-04-29 00:16:49 +0200 (Thu, 29 Apr
- *          2010) $
+ * @version $Id$
  */
 @WebServlet(value = "/annotation/overwrite", urlPatterns = { "/param2" }, name = "param", initParams = {
         @WebInitParam(name = "foo", value = "Hello"),
index 1a5e090..5e8f968 100644 (file)
@@ -29,8 +29,7 @@ import javax.servlet.http.HttpServletResponse;
 /**
  * 
  * @author Peter Rossbach
- * @version $Revision$ $Date: 2010-04-29 00:16:49 +0200 (Thu, 29 Apr
- *          2010) $
+ * @version $Id$
  */
 @WebServlet(name = "param1", initParams = {
         @WebInitParam(name = "foo", value = "Hello"),
index 4942d4e..7303341 100644 (file)
@@ -29,8 +29,7 @@ import javax.servlet.http.HttpServletResponse;
 /**
  * 
  * @author Peter Rossbach
- * @version $Revision$ $Date: 2010-04-29 00:16:49 +0200 (Thu, 29 Apr
- *          2010) $
+ * @version $Id$
  */
 @WebServlet(value = "/annotation/overwrite", name = "param", initParams = {
         @WebInitParam(name = "foo", value = "Hello"),
index c3df3e5..7af538e 100644 (file)
@@ -28,8 +28,7 @@ import org.apache.catalina.deploy.WebXml;
  * fragment.
  * 
  * @author Peter Rossbach
- * @version $Revision$ $Date: 2010-04-29 00:16:49 +0200 (Thu, 29 Apr
- *          2010) $
+ * @version $Id$
  */
 public class TestContextConfigAnnotation extends TestCase {