You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2013/01/10 15:12:19 UTC

svn commit: r1431372 - in /felix/site/trunk/content/ipojo/schemas: .htaccess CURRENT SNAPSHOT

Author: fmeschbe
Date: Thu Jan 10 14:12:19 2013
New Revision: 1431372

URL: http://svn.apache.org/viewvc?rev=1431372&view=rev
Log:
Remove symlinks and add .htaccess file to simulate links

Added:
    felix/site/trunk/content/ipojo/schemas/.htaccess
Removed:
    felix/site/trunk/content/ipojo/schemas/CURRENT
    felix/site/trunk/content/ipojo/schemas/SNAPSHOT

Added: felix/site/trunk/content/ipojo/schemas/.htaccess
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/ipojo/schemas/.htaccess?rev=1431372&view=auto
==============================================================================
--- felix/site/trunk/content/ipojo/schemas/.htaccess (added)
+++ felix/site/trunk/content/ipojo/schemas/.htaccess Thu Jan 10 14:12:19 2013
@@ -0,0 +1,6 @@
+Options FollowSymLinks
+RewriteEngine On
+
+# RewriteBase /ipojo/schemas/
+RewriteRule ^CURRENT(.*)$ 1.8.0$1
+RewriteRule ^CURRENT(.*)$ 1.9.0-SNAPSHOT$1