Author: tomaz
Date: Sun Oct 30 21:03:37 2011
New Revision: 1195244

URL: http://svn.apache.org/viewvc?rev=1195244&view=rev
Log:
Remove unused path.

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

Modified: libcloud/site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/lib/path.pm?rev=1195244&r1=1195243&r2=1195244&view=diff
==============================================================================
--- libcloud/site/trunk/lib/path.pm (original)
+++ libcloud/site/trunk/lib/path.pm Sun Oct 30 21:03:37 2011
@@ -17,8 +17,7 @@ our @patterns = (
                     template => "providers.html",
                    headers => { title => "Supported Providers and Features"} } 
],
     [ qr!\.mdtext$!, basic => { template => "basic.html" } ],
-    [ qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],
-    [ qr!/exports/index\.html$!, exports => {} ],
+    [ qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ]
 );
 
 


Reply via email to