|
From: <caw...@us...> - 2007-07-27 20:27:14
|
Revision: 2898
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2898&view=rev
Author: cawilliams
Date: 2007-07-27 13:27:13 -0700 (Fri, 27 Jul 2007)
Log Message:
-----------
bump up the disk index version - hopefully this invalidates older indices on disk
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/index/DiskIndex.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/index/DiskIndex.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/index/DiskIndex.java 2007-07-27 19:33:50 UTC (rev 2897)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/index/DiskIndex.java 2007-07-27 20:27:13 UTC (rev 2898)
@@ -48,7 +48,7 @@
private HashtableOfObject categoryTables; // category name -> HashtableOfObject(words -> int[] of document #'s) or offset if not read yet
private char[] cachedCategoryName;
-public static final String SIGNATURE= "INDEX VERSION 1.115"; //$NON-NLS-1$
+public static final String SIGNATURE= "INDEX VERSION 1.116"; //$NON-NLS-1$
public static boolean DEBUG = false;
private static final int RE_INDEXED = -1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|