You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2006/07/25 21:37:25 UTC

svn commit: r425494 - in /lucene/nutch/trunk: conf/context.xsl conf/nutch-default.xml default.properties

Author: siren
Date: Tue Jul 25 12:37:25 2006
New Revision: 425494

URL: http://svn.apache.org/viewvc?rev=425494&view=rev
Log:
prepare for 0.9-dev

Modified:
    lucene/nutch/trunk/conf/context.xsl
    lucene/nutch/trunk/conf/nutch-default.xml
    lucene/nutch/trunk/default.properties

Modified: lucene/nutch/trunk/conf/context.xsl
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/context.xsl?rev=425494&r1=425493&r2=425494&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/context.xsl (original)
+++ lucene/nutch/trunk/conf/context.xsl Tue Jul 25 12:37:25 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.war"
+<Context path="/nutch" docBase="nutch-0.9-dev.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=425494&r1=425493&r2=425494&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Tue Jul 25 12:37:25 2006
@@ -98,7 +98,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-0.8</value>
+  <value>Nutch-0.8-dev</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=425494&r1=425493&r2=425494&view=diff
==============================================================================
--- lucene/nutch/trunk/default.properties (original)
+++ lucene/nutch/trunk/default.properties Tue Jul 25 12:37:25 2006
@@ -1,6 +1,6 @@
 Name=Nutch
 name=nutch
-version=0.8
+version=0.9-dev
 final.name=${name}-${version}
 year=2006