diff options
author | Jeff Ames | 2008-02-02 07:13:37 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-02 07:13:37 +0000 |
commit | b1a6f4821b650acf5523d8d7114a8f5c122dedcb (patch) | |
tree | ab37383c2c71a3f36acd1a4f69295f4068dc7011 /update-svn-properties.py | |
parent | Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait). (diff) | |
download | opensim-SC_OLD-b1a6f4821b650acf5523d8d7114a8f5c122dedcb.zip opensim-SC_OLD-b1a6f4821b650acf5523d8d7114a8f5c122dedcb.tar.gz opensim-SC_OLD-b1a6f4821b650acf5523d8d7114a8f5c122dedcb.tar.bz2 opensim-SC_OLD-b1a6f4821b650acf5523d8d7114a8f5c122dedcb.tar.xz |
Updated svn properties.
Diffstat (limited to '')
-rwxr-xr-x | update-svn-properties.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-svn-properties.py b/update-svn-properties.py index eaf8e9b..c1518ce 100755 --- a/update-svn-properties.py +++ b/update-svn-properties.py | |||
@@ -60,6 +60,7 @@ property_map = { | |||
60 | ".mdp" : textfile, | 60 | ".mdp" : textfile, |
61 | ".mds" : textfile, | 61 | ".mds" : textfile, |
62 | ".nsi" : textfile, | 62 | ".nsi" : textfile, |
63 | ".pdb" : binary, | ||
63 | ".php" : script, | 64 | ".php" : script, |
64 | ".pidb" : binary, | 65 | ".pidb" : binary, |
65 | ".pl" : script, | 66 | ".pl" : script, |