Correct subversion properties of some items:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Jan 2008 12:01:49 +0000 (12:01 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Jan 2008 12:01:49 +0000 (12:01 +0000)
commitc09c5bc140b27d426fab4a78774f73d17fc86741
tree4d4e2b2c597fa245552a5f21f70016ea07eb4490
parent074e177239c01f5eb732531a09f66842e777690f
Correct subversion properties of some items:
- remove executable from *.java, *.dtd, *.xsd and *.jsp
  Some of those had executable set.
- add executable to *.bar and *.exe
  Some of those had executable not set.
- set eol-style to native for *.java and *.xml
  Some of those had no eol-style set
- set mime-type to image/x-icon for *.ico
  One file had no eol-style set
- add mime-type application/rtf to an rtf file
- switch mime-type to application/java-archive for *.jar
- set mime-type to application/xml-dtd for *.dtd
- correct mime-type to image/jpeg for two *.jpg files

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@615583 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
bin/catalina.bat [changed mode: 0644->0755]
java/javax/servlet/jsp/resources/jsp_2_0.xsd [changed mode: 0755->0644]
java/javax/servlet/jsp/resources/jspxml.dtd [changed mode: 0755->0644]
java/javax/servlet/jsp/resources/jspxml.xsd [changed mode: 0755->0644]
java/javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd [changed mode: 0755->0644]
java/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd [changed mode: 0755->0644]
java/javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd [changed mode: 0755->0644]
java/org/apache/catalina/core/StandardThreadExecutor.java
java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml
java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java
java/org/apache/catalina/loader/VirtualWebappLoader.java [changed mode: 0755->0644]
java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java
java/org/apache/naming/resources/VirtualDirContext.java [changed mode: 0755->0644]
java/org/apache/tomcat/util/net/SocketProperties.java
res/procrun/amd64/tomcat6.exe [changed mode: 0644->0755]
res/procrun/amd64/tomcat6w.exe [changed mode: 0644->0755]
res/procrun/ia64/tomcat6.exe [changed mode: 0644->0755]
res/procrun/ia64/tomcat6w.exe [changed mode: 0644->0755]
test/org/apache/catalina/tribes/test/interceptors/TestOrderInterceptor.java
webapps/manager/401.jsp [changed mode: 0755->0644]