setting property for text/html on all html files

This commit is contained in:
benfry
2012-12-08 18:38:00 +00:00
parent 127d6cc027
commit 0f1e0e26ff
+4
View File
@@ -841,6 +841,10 @@
tofile="javadoc/everything/index.html" />
-->
<exec executable="find" dir=".">
<arg line="javadoc -name '*.html' -exec svn propset svn:mime-type text/html {} ';'" />
</exec>
</target>
<!-- no longer necessary because it comes straight from Google Code -->