Author: siren Date: Tue Jul 25 00:57:11 2006 New Revision: 425321 URL: http://svn.apache.org/viewvc?rev=425321&view=rev Log: preparing 0.8 release
Modified: lucene/nutch/trunk/CHANGES.txt lucene/nutch/trunk/conf/context.xsl lucene/nutch/trunk/conf/nutch-default.xml lucene/nutch/trunk/default.properties Modified: lucene/nutch/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=425321&r1=425320&r2=425321&view=diff ============================================================================== --- lucene/nutch/trunk/CHANGES.txt (original) +++ lucene/nutch/trunk/CHANGES.txt Tue Jul 25 00:57:11 2006 @@ -1,6 +1,6 @@ Nutch Change Log -Trunk (unreleased changes) +Release 0.8 - 2006-07-25 0. Totally new architecture, based on hadoop [http://lucene.apache.org/hadoop] (cutting) Modified: lucene/nutch/trunk/conf/context.xsl URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/context.xsl?rev=425321&r1=425320&r2=425321&view=diff ============================================================================== --- lucene/nutch/trunk/conf/context.xsl (original) +++ lucene/nutch/trunk/conf/context.xsl Tue Jul 25 00:57:11 2006 @@ -24,7 +24,7 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> -<Context path="/nutch" docBase="nutch-0.8-dev.war" +<Context path="/nutch" docBase="nutch-0.8.war" debug="5" reloadable="true" crossContext="true"> <xsl:for-each select="configuration/property"> Modified: lucene/nutch/trunk/conf/nutch-default.xml URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/nutch-default.xml?rev=425321&r1=425320&r2=425321&view=diff ============================================================================== --- lucene/nutch/trunk/conf/nutch-default.xml (original) +++ lucene/nutch/trunk/conf/nutch-default.xml Tue Jul 25 00:57:11 2006 @@ -98,7 +98,7 @@ <property> <name>http.agent.version</name> - <value>Nutch-0.8-dev</value> + <value>Nutch-0.8</value> <description>A version string to advertise in the User-Agent header.</description> </property> Modified: lucene/nutch/trunk/default.properties URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/default.properties?rev=425321&r1=425320&r2=425321&view=diff ============================================================================== --- lucene/nutch/trunk/default.properties (original) +++ lucene/nutch/trunk/default.properties Tue Jul 25 00:57:11 2006 @@ -1,6 +1,6 @@ Name=Nutch name=nutch -version=0.8-dev +version=0.8 final.name=${name}-${version} year=2006