diff options
Diffstat (limited to 'update_docs_svn.sh')
-rw-r--r-- | update_docs_svn.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update_docs_svn.sh b/update_docs_svn.sh index dddb3101..ff674adc 100644 --- a/update_docs_svn.sh +++ b/update_docs_svn.sh @@ -17,3 +17,8 @@ done find gwtquery-core/javadoc/ | grep -v .svn | xargs svn add find gwtquery-core/javadoc/ -type f -name "*html" -exec svn propset svn:mime-type text/html '{}' ';' + + + + + |