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 | 03db98b2edd6782cd39b55fb21c21b4ad3deacec (patch) | |
tree | e4c23db9d736bf18e4ea7768cbddf984b3809af4 | |
parent | eff400789066d0d0f74cb978d78ba407db4813b8 (diff) | |
download | qpid-python-03db98b2edd6782cd39b55fb21c21b4ad3deacec.tar.gz |
handle python and ruby files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473107 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | bin/set_svn_properties.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/set_svn_properties.sh b/bin/set_svn_properties.sh index 6b418d8532..95fff0c5df 100755 --- a/bin/set_svn_properties.sh +++ b/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 |