You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/11/26 03:21:23 UTC

svn commit: r1039240 - in /geronimo/site/trunk/docs/plugins: daytrader-2.1.7/.htaccess samples-2.1.7/.htaccess

Author: xiaming
Date: Fri Nov 26 02:21:23 2010
New Revision: 1039240

URL: http://svn.apache.org/viewvc?rev=1039240&view=rev
Log:
copy .htaccess to the new plugin repo catalog directory

Added:
    geronimo/site/trunk/docs/plugins/daytrader-2.1.7/.htaccess
    geronimo/site/trunk/docs/plugins/samples-2.1.7/.htaccess

Added: geronimo/site/trunk/docs/plugins/daytrader-2.1.7/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/daytrader-2.1.7/.htaccess?rev=1039240&view=auto
==============================================================================
--- geronimo/site/trunk/docs/plugins/daytrader-2.1.7/.htaccess (added)
+++ geronimo/site/trunk/docs/plugins/daytrader-2.1.7/.htaccess Fri Nov 26 02:21:23 2010
@@ -0,0 +1,3 @@
+RewriteEngine On
+
+RewriteRule ^repository/(.*) http://people.apache.org/maven-snapshot-repository/$1
\ No newline at end of file

Added: geronimo/site/trunk/docs/plugins/samples-2.1.7/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/samples-2.1.7/.htaccess?rev=1039240&view=auto
==============================================================================
--- geronimo/site/trunk/docs/plugins/samples-2.1.7/.htaccess (added)
+++ geronimo/site/trunk/docs/plugins/samples-2.1.7/.htaccess Fri Nov 26 02:21:23 2010
@@ -0,0 +1,3 @@
+RewriteEngine On
+
+RewriteRule ^repository/(.*) http://people.apache.org/maven-snapshot-repository/$1
\ No newline at end of file