Author: allee8285
Date: Fri Apr 12 20:51:43 2013
New Revision: 1467461
URL: http://svn.apache.org/r1467461
Log:
Fix extendable schema to new location
Modified:
openjpa/site/trunk/content/.htaccess
Modified: openjpa/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/.htaccess?rev=1467461&r1=1467460&r2=1467461&view=diff
==============================================================================
--- openjpa/site/trunk/content/.htaccess (original)
+++ openjpa/site/trunk/content/.htaccess Fri Apr 12 20:51:43 2013
@@ -7,5 +7,5 @@ Redirect Permanent /builds/apache-openjp
Redirect Permanent /builds/apache-openjpa-1.3.0-SNAPSHOT/docs http://ci.apache.org/projects/openjpa/1.3.x
Redirect Permanent /builds/apache-openjpa-1.2.3-SNAPSHOT/docs http://ci.apache.org/projects/openjpa/1.2.x
Redirect Permanent /builds/apache-openjpa-1.0.5-SNAPSHOT/docs http://ci.apache.org/projects/openjpa/1.0.x
-Redirect Permanent /ns/orm http://ci.apache.org/projects/openjpa/trunk/schema
Redirect Permanent /ns/orm/extendable http://ci.apache.org/projects/openjpa/trunk/schema
+Redirect Permanent /ns/orm http://ci.apache.org/projects/openjpa/trunk/schema
|