You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2014/05/04 20:30:37 UTC

svn commit: r1592407 - /mina/site/trunk/lib/path.pm

Author: elecharny
Date: Sun May  4 18:30:36 2014
New Revision: 1592407

URL: http://svn.apache.org/r1592407
Log:
removed a useless reference to a non existent index.html file

Modified:
    mina/site/trunk/lib/path.pm

Modified: mina/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/mina/site/trunk/lib/path.pm?rev=1592407&r1=1592406&r2=1592407&view=diff
==============================================================================
--- mina/site/trunk/lib/path.pm (original)
+++ mina/site/trunk/lib/path.pm Sun May  4 18:30:36 2014
@@ -161,15 +161,6 @@ our @patterns = (
     #
     # Apache MINA project pages
     #
-    [qr!index\.mdtext$!, template_page => {
-        template => "index.html",
-        isSite => true, 
-        version_mina => $version_mina,
-        version_ftpserver => $version_ftpserver,
-        version_asyncweb => $version_asyncweb,
-        version_sshd => $version_sshd,
-        version_vysper => $version_vysper} ],
-
     [qr!^/.*\.mdtext$!, template_page => {
         template => "page.html",
         isSite => true,