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 2006/02/08 21:49:09 UTC

svn commit: r376061 - /lucene/hadoop/trunk/conf/configuration.xsl

Author: cutting
Date: Wed Feb  8 12:48:56 2006
New Revision: 376061

URL: http://svn.apache.org/viewcvs?rev=376061&view=rev
Log:
Fix for split from nutch.

Modified:
    lucene/hadoop/trunk/conf/configuration.xsl

Modified: lucene/hadoop/trunk/conf/configuration.xsl
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/conf/configuration.xsl?rev=376061&r1=376060&r2=376061&view=diff
==============================================================================
--- lucene/hadoop/trunk/conf/configuration.xsl (original)
+++ lucene/hadoop/trunk/conf/configuration.xsl Wed Feb  8 12:48:56 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:output method="html"/>
-<xsl:template match="nutch-conf">
+<xsl:template match="configuration">
 <html>
 <body>
 <table border="1">