You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2007/12/06 20:01:00 UTC

svn commit: r601814 - in /lucene/hadoop/site: author/src/documentation/content/.htaccess build.xml publish/.htaccess

Author: cutting
Date: Thu Dec  6 11:00:57 2007
New Revision: 601814

URL: http://svn.apache.org/viewvc?rev=601814&view=rev
Log:
Remove stale copy of .htaccess in author/ which kept overwriting version in publish/.

Removed:
    lucene/hadoop/site/author/src/documentation/content/.htaccess
Modified:
    lucene/hadoop/site/build.xml
    lucene/hadoop/site/publish/.htaccess

Modified: lucene/hadoop/site/build.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/site/build.xml?rev=601814&r1=601813&r2=601814&view=diff
==============================================================================
--- lucene/hadoop/site/build.xml (original)
+++ lucene/hadoop/site/build.xml Thu Dec  6 11:00:57 2007
@@ -2,7 +2,7 @@
 
 <project name="site" default="update" basedir=".">
   
-  <target name="update">
+  <target name="update" depends="clean">
     <exec dir="author" executable="forrest" failonerror="true" />
     <copy todir="publish/">
       <fileset dir="author/build/site/" />

Modified: lucene/hadoop/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/lucene/hadoop/site/publish/.htaccess?rev=601814&r1=601813&r2=601814&view=diff
==============================================================================
--- lucene/hadoop/site/publish/.htaccess (original)
+++ lucene/hadoop/site/publish/.htaccess Thu Dec  6 11:00:57 2007
@@ -1 +1,2 @@
 RedirectMatch Permanent ^/hadoop/about(.*) http://lucene.apache.org/hadoop/index$1
+RedirectMatch Permanent ^/hadoop/api(.*) http://lucene.apache.org/hadoop/docs/current/api$1