Author: toad
Date: 2007-09-06 17:15:37 +0000 (Thu, 06 Sep 2007)
New Revision: 14989
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
up spider version to 8 for minor changes including much bigger subindexes
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2007-09-06 16:40:36 UTC (rev
14988)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2007-09-06 17:15:37 UTC (rev
14989)
@@ -139,7 +139,7 @@
*/
public Set allowedMIMETypes;
private static final int MAX_ENTRIES = 200;
- private static int version = 7;
+ private static int version = 8;
private static final String pluginName = "XML spider "+version;
/**
* Gives the allowed fraction of total time spent on generating indices
with