aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-09-09 21:24:54 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-09-09 21:24:54 +0000
commitfb6d18fe0d1b512f4451e28b6cdb8594db56ecfb (patch)
tree5c090cb9e49e2da2d658935db9151ad34ff03ef1 /tools
parentf8624cef20ad8fe474b3fced3cd0d03b5c270f3d (diff)
Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.
svn path=/trunk/; revision=51900
Diffstat (limited to 'tools')
-rwxr-xr-xtools/svnadd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/svnadd b/tools/svnadd
index badf6dfb92..d3bbcd62c5 100755
--- a/tools/svnadd
+++ b/tools/svnadd
@@ -68,7 +68,7 @@ do
*.gz)
svn ps svn:mime-type application/x-gzip $file
;;
- *.ts|*.ui|*.xml)
+ *.ts|*.ui|*.xml|*.ts)
svn ps svn:keywords Id $file
svn ps svn:eol-style native $file
svn ps svn:mime-type text/xml $file