| Log Message: |
Correct subversion properties of some items:
- remove executable from *.java, *.dtd, *.xsd and *.jsp
Some of those had executable set.
- add executable to *.bat 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
- 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
Backport of r615583 from trunk.
|