Changeset 161
- Timestamp:
- 06/02/05 17:12:18 (8 years ago)
- Location:
- XerialJ/trunk/XerialJ
- Files:
-
- 7 added
- 1 modified
-
.classpath (modified) (1 diff)
-
jardesc/InvertedPathTree.fatjar (added)
-
lib/commons-collections-3.1.jar (added)
-
src/org/xerial/index/InvertedPath.java (added)
-
src/org/xerial/index/InvertedPathTree.java (added)
-
test/org/xerial/index/InvertedPathTest.java (added)
-
test/org/xerial/index/InvertedPathTreeTest.java (added)
-
tools/InvertedPathTree.jar (added)
Legend:
- Unmodified
- Added
- Removed
-
XerialJ/trunk/XerialJ/.classpath
r125 r161 10 10 </classpathentry> 11 11 <classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> 12 <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"> 13 <attributes> 14 <attribute value="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/" name="javadoc_location"/> 15 </attributes> 16 </classpathentry> 12 17 <classpathentry kind="output" path="bin"/> 13 18 </classpath>


