TS Files is also XML Files

svn path=/trunk/; revision=46872
This commit is contained in:
Alexis La Goutte 2012-12-31 14:10:07 +00:00
parent 58575f394f
commit 40a9c3a6bc
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ do
*.gz)
svn ps svn:mime-type application/x-gzip $file
;;
*.ui|*.xml)
*.ts|*.ui|*.xml)
svn ps svn:keywords Id $file
svn ps svn:eol-style native $file
svn ps svn:mime-type text/xml $file