You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/11/29 18:31:18 UTC

svn commit: r1040198 - /tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag

Author: rjung
Date: Mon Nov 29 17:31:18 2010
New Revision: 1040198

URL: http://svn.apache.org/viewvc?rev=1040198&view=rev
Log:
Set svn properties.

Modified:
    tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag   (contents, props changed)

Modified: tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag?rev=1040198&r1=1040197&r2=1040198&view=diff
==============================================================================
--- tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag (original)
+++ tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag Mon Nov 29 17:31:18 2010
@@ -1,21 +1,21 @@
-<%--
- Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
---%><%@ tag import="java.util.List" import="java.util.ArrayList"%><%@
-tag body-content="empty" %><%
-    // Make sure the imports above do work
-    List<String> l = new ArrayList<String>();
-    l.add("OK");
+<%--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+--%><%@ tag import="java.util.List" import="java.util.ArrayList"%><%@
+tag body-content="empty" %><%
+    // Make sure the imports above do work
+    List<String> l = new ArrayList<String>();
+    l.add("OK");
     %><p><%=l.get(0)%></p>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug49297.tag
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org