You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/01/29 03:53:56 UTC

svn commit: r904362 - /tomcat/trunk/test/webapp/WEB-INF/tags/echo-noel.tag

Author: kkolinko
Date: Fri Jan 29 02:53:55 2010
New Revision: 904362

URL: http://svn.apache.org/viewvc?rev=904362&view=rev
Log:
svn:eol-style for a new file

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

Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo-noel.tag
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/tags/echo-noel.tag?rev=904362&r1=904361&r2=904362&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/WEB-INF/tags/echo-noel.tag (original)
+++ tomcat/trunk/test/webapp/WEB-INF/tags/echo-noel.tag Fri Jan 29 02:53:55 2010
@@ -1,19 +1,19 @@
-<%--
- 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%><%@
-attribute name="echo" type="java.lang.String" rtexprvalue="false"
+<%--
+ 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%><%@
+attribute name="echo" type="java.lang.String" rtexprvalue="false"
 %><p>${echo}</p>
\ No newline at end of file

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



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