diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-11-09 22:36:58 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-11-09 22:36:58 +0000 |
| commit | a28fba18847309d1ad0f6430c74c672adde702bf (patch) | |
| tree | 988756776893efe4db402fdb80f5e5a231842c89 /qpid | |
| parent | 0d13d2a715c3fcc0d4b833901a010ae16f183504 (diff) | |
| download | qpid-python-a28fba18847309d1ad0f6430c74c672adde702bf.tar.gz | |
handle python and ruby files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rwxr-xr-x | qpid/bin/set_svn_properties.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/bin/set_svn_properties.sh b/qpid/bin/set_svn_properties.sh index 6b418d8532..95fff0c5df 100755 --- a/qpid/bin/set_svn_properties.sh +++ b/qpid/bin/set_svn_properties.sh @@ -24,6 +24,9 @@ find . -name "*.java" | grep -v ".svn" | xargs -n 1 -r svn propset svn:eol-style native find . -name "*.java" | grep -v ".svn" | xargs -n 1 -r svn propset svn:keywords "Rev Date" +find . -name "*.py" | grep -v ".svn" | xargs -n 1 -r svn propset svn:eol-style native + +find . -name "*.rb" | grep -v ".svn" | xargs -n 1 -r svn propset svn:eol-style native find . -name "*.xml" | grep -v ".svn" | xargs -n 1 -r svn propset svn:mime-type text/xml find . -name "*.xml" | grep -v ".svn" | xargs -n 1 -r svn propset svn:eol-style native |
