[freenet-cvs] r15035 - trunk/plugins/XMLSpider
toad at freenetproject.org
toad at freenetproject.org
Sat Sep 8 14:40:52 UTC 2007
Author: toad
Date: 2007-09-08 14:40:51 +0000 (Sat, 08 Sep 2007)
New Revision: 15035
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
Increment build number to 10 to a) deal with changed line numbers and b) force emu to rebuild it
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2007-09-08 12:24:33 UTC (rev 15034)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2007-09-08 14:40:51 UTC (rev 15035)
@@ -139,7 +139,7 @@
*/
public Set allowedMIMETypes;
private static final int MAX_ENTRIES = 200;
- private static int version = 9;
+ private static int version = 10;
private static final String pluginName = "XML spider "+version;
/**
* Gives the allowed fraction of total time spent on generating indices with
More information about the cvs
mailing list