summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Vinoski <vinoski@apache.org>2006-11-09 22:36:58 +0000
committerStephen Vinoski <vinoski@apache.org>2006-11-09 22:36:58 +0000
commit03db98b2edd6782cd39b55fb21c21b4ad3deacec (patch)
treee4c23db9d736bf18e4ea7768cbddf984b3809af4
parenteff400789066d0d0f74cb978d78ba407db4813b8 (diff)
downloadqpid-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-xbin/set_svn_properties.sh3
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