aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/update-svn-properties.py
diff options
context:
space:
mode:
authorJeff Ames2008-03-04 06:02:48 +0000
committerJeff Ames2008-03-04 06:02:48 +0000
commit75f6f6e3ffeca74ca75f80685e243103fe97cf98 (patch)
tree7541cdfce74eb7378e468a70680216b76a60188a /update-svn-properties.py
parentMerged 3Di code that provides scene and avatar serialization, and plugin supp... (diff)
downloadopensim-SC_OLD-75f6f6e3ffeca74ca75f80685e243103fe97cf98.zip
opensim-SC_OLD-75f6f6e3ffeca74ca75f80685e243103fe97cf98.tar.gz
opensim-SC_OLD-75f6f6e3ffeca74ca75f80685e243103fe97cf98.tar.bz2
opensim-SC_OLD-75f6f6e3ffeca74ca75f80685e243103fe97cf98.tar.xz
Update svn properties. Minor formatting cleanup.
Diffstat (limited to 'update-svn-properties.py')
-rwxr-xr-xupdate-svn-properties.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/update-svn-properties.py b/update-svn-properties.py
index abd4604..99523e7 100755
--- a/update-svn-properties.py
+++ b/update-svn-properties.py
@@ -42,6 +42,7 @@ def binary_or_text(file):
42 42
43property_map = { 43property_map = {
44 ".bat" : script, 44 ".bat" : script,
45 ".cgi" : textfile,
45 ".config" : textfile, 46 ".config" : textfile,
46 ".cs" : textfile, 47 ".cs" : textfile,
47 ".csproj" : textfile, 48 ".csproj" : textfile,
@@ -64,6 +65,7 @@ property_map = {
64 ".php" : script, 65 ".php" : script,
65 ".pidb" : binary, 66 ".pidb" : binary,
66 ".pl" : script, 67 ".pl" : script,
68 ".pm" : textfile,
67 ".png" : binary, 69 ".png" : binary,
68 ".py" : script, 70 ".py" : script,
69 ".rb" : script, 71 ".rb" : script,