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
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to