You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/04/06 13:53:55 UTC

[2/2] git commit: Removes downloaded directory indexes

Removes downloaded directory indexes


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/5b2113bc
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/5b2113bc
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/5b2113bc

Branch: refs/heads/release/2.3.17
Commit: 5b2113bcafb460fb73f5216c0feccbdd3e64dba6
Parents: 676e66b
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sun Apr 6 13:53:36 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sun Apr 6 13:53:36 2014 +0200

----------------------------------------------------------------------
 assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/5b2113bc/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 0c828b7..bc67c12 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -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>