Removes downloaded directory indexes

This commit is contained in:
Lukasz Lenart
2014-04-06 13:53:36 +02:00
parent 676e66b1d9
commit 5b2113bcaf
+1 -1
View File
@@ -103,7 +103,7 @@
<arg value="http://struts.apache.org/development/2.x/docs/" />
</exec>
<delete>
<fileset dir="${project.build.directory}/cwiki/" includes="index.*"/>
<fileset dir="${project.build.directory}/cwiki/" includes="**/index.*"/>
</delete>
<copy file="${project.build.directory}/cwiki/home.html" tofile="${project.build.directory}/cwiki/index.html"/>
</tasks>