Author: kkolinko
Date: Fri Oct 26 13:20:25 2012
New Revision: 1402503

URL: http://svn.apache.org/viewvc?rev=1402503&view=rev
Log:
svn:eol-style=native for recently added file

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

Modified: tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug54012.tag
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug54012.tag?rev=1402503&r1=1402502&r2=1402503&view=diff
==============================================================================
--- tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug54012.tag (original)
+++ tomcat/trunk/test/webapp-3.0/WEB-INF/tags/bug54012.tag Fri Oct 26 13:20:25 
2012
@@ -1,20 +1,20 @@
-<%--
- 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 %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
-<%@ tag body-content="empty" %>
-<c:set var="test" value="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 %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
+<%@ tag body-content="empty" %>
+<c:set var="test" value="OK" />
 <p><c:out value="${test}"/></p>
\ No newline at end of file

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



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

Reply via email to