You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/22 06:52:48 UTC

svn commit: r847509 - /websites/production/geronimo/content/xml/ns/j2ee/.htaccess

Author: gawor
Date: Tue Jan 22 05:52:48 2013
New Revision: 847509

Log:
add redirects for j2ee ns

Added:
    websites/production/geronimo/content/xml/ns/j2ee/.htaccess

Added: websites/production/geronimo/content/xml/ns/j2ee/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/j2ee/.htaccess (added)
+++ websites/production/geronimo/content/xml/ns/j2ee/.htaccess Tue Jan 22 05:52:48 2013
@@ -0,0 +1,25 @@
+##
+## $Rev: 562565 $ $Date: 2007-08-03 15:45:01 -0400 (Fri, 03 Aug 2007) $
+##
+
+RewriteEngine on
+
+RewriteBase /xml/ns/j2ee
+
+RewriteRule ^application-1\.0$ geronimo-application-1.0.xsd [L]
+RewriteRule ^application-1\.1$ geronimo-application-1.1.xsd [L]
+RewriteRule ^application-2\.0$ geronimo-application-2.0.xsd [L]
+
+RewriteRule ^application-client-1\.0$ geronimo-application-1.0.xsd [L]
+RewriteRule ^application-client-1\.1$ geronimo-application-1.1.xsd [L]
+RewriteRule ^application-client-2\.0$ geronimo-application-2.0.xsd [L]
+
+RewriteRule ^connector-1\.0$ geronimo-connector-1.0.xsd [L]
+RewriteRule ^connector-1\.1$ geronimo-connector-1.1.xsd [L]
+RewriteRule ^connector-1\.2$ geronimo-connector-1.2.xsd [L]
+
+RewriteRule ^web-1\.0$ geronimo-web-1.0.xsd [L]
+RewriteRule ^web-1\.1$ geronimo-web-1.1.xsd [L]
+RewriteRule ^web-2\.0$ geronimo-web-2.0.xsd [L]
+RewriteRule ^web-2\.0\.1$ geronimo-web-2.0.1.xsd [L]
+