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 05:55:02 UTC

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

Author: gawor
Date: Tue Jan 22 04:55:02 2013
New Revision: 847505

Log:
trying one more thing

Modified:
    websites/production/geronimo/content/xml/ns/.htaccess

Modified: websites/production/geronimo/content/xml/ns/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/.htaccess (original)
+++ websites/production/geronimo/content/xml/ns/.htaccess Tue Jan 22 04:55:02 2013
@@ -8,8 +8,7 @@ RewriteBase /xml/ns
 
 RewriteRule ^attributes$ local-attribute.xsd [L]
 
-RewriteRule ^attributes-1\.1$ attributes-1.1.xsd [L]
-RewriteRule ^attributes-1\.2$ attributes-1.2.xsd [L]
+RewriteRule ^attributes-([0-9]\.[0-9])$ attributes-$1.xsd [L]
 
 RewriteRule ^deployment-1\.0$ geronimo-config-1.0.xsd [L]
 RewriteRule ^deployment-1\.1$ geronimo-module-1.1.xsd [L]
@@ -23,9 +22,7 @@ RewriteRule ^naming-1\.0$ geronimo-namin
 RewriteRule ^naming-1\.1$ geronimo-naming-1.1.xsd [L]
 RewriteRule ^naming-1\.2$ geronimo-naming-1.2.xsd [L]
 
-RewriteRule ^plugins-1\.1$ plugins-1.1.xsd [L]
-RewriteRule ^plugins-1\.2$ plugins-1.2.xsd [L]
-RewriteRule ^plugins-1\.3$ plugins-1.3.xsd [L]
+RewriteRule ^plugins-([0-9]\.[0-9])$ plugins-$1.xsd [L]
 
 RewriteRule ^security-1\.1$ geronimo-security-1.1.xsd [L]
 RewriteRule ^security-2\.0$ geronimo-security-2.0.xsd [L]