You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by bu...@apache.org on 2015/03/31 07:47:40 UTC

svn commit: r945764 - in /websites/staging/maven/trunk/content: ./ .htaccess maven-site-1.0-site.jar

Author: buildbot
Date: Tue Mar 31 05:47:40 2015
New Revision: 945764

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/.htaccess
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 31 05:47:40 2015
@@ -1 +1 @@
-1670227
+1670258

Modified: websites/staging/maven/trunk/content/.htaccess
==============================================================================
--- websites/staging/maven/trunk/content/.htaccess (original)
+++ websites/staging/maven/trunk/content/.htaccess Tue Mar 31 05:47:40 2015
@@ -72,17 +72,15 @@ Redirect Permanent /guides/mini/guide-ap
 
 RedirectMatch ^/maven-1.x/(.*)$ http://maven.apache.org/archives/maven-1.x/$1
 
-# test of extpaths.txt replacement
 RewriteEngine on
-RewriteRule ^core-its-htaccess(.*)$ /components/core-its$1 [L]
 
-# test of generic extpaths.txt replacement: if file is not found in maven-site, look into components
+# if file is not found in maven-site, look into components
 RewriteCond %{REQUEST_URI} !^/components/
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^(.*)$ /components/$1 [C]
 
-# in case of directory without trailing /, do the redirect or httpd will do it to /components/foo/
+# in case of directory without trailing /, do the redirect or httpd will do a redirect from /foo to /components/foo/
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteCond %{REQUEST_URI} !/$
 RewriteRule ^components/(.*) $1/ [R]

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.