-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·15 lines (15 loc) · 911 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/Users/bhavi/Documents/SEM 5/Information Retrieval/lucene-7.4.0/queryparser/lucene-queryparser-7.4.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/bhavi/Documents/SEM 5/Information Retrieval/lucene-7.4.0/analysis/common/lucene-analyzers-common-7.4.0.jar"/>
<classpathentry kind="lib" path="/Users/bhavi/Documents/SEM 5/Information Retrieval/lucene-7.4.0/core/lucene-core-7.4.0.jar"/>
<classpathentry kind="lib" path="/Users/bhavi/Downloads/commons-io-2.6/commons-io-2.6.jar"/>
<classpathentry kind="lib" path="/Users/bhavi/Downloads/json-20180813.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>