-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 818 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="web-app/WEB-INF/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/lucene-analyzers-3.5.0.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/lucene-core-3.5.0.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/lucene-queries-3.5.0.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/sqlitejdbc-v056.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/javacrim-lucene.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/servlet-api-2.3.jar"/>
<classpathentry kind="output" path="web-app/WEB-INF/classes"/>
</classpath>