forked from crosswire/jsword
-
Notifications
You must be signed in to change notification settings - Fork 23
/
.classpath
23 lines (23 loc) · 2.04 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.6.jar" sourcepath="lib/commons-codec-1.6-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar" sourcepath="lib/commons-logging-1.1.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-net-3.0.jar" sourcepath="lib/commons-net-3.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.2-beta1.jar" sourcepath="lib/httpclient-4.2-beta1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.2-beta1.jar" sourcepath="lib/httpcore-4.2-beta1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/icu4j-4.8.1.1.jar" sourcepath="lib/icu4j-4.8.1.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javatar-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdom-1.1.3.jar" sourcepath="lib/jdom-1.1.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-core-3.0.3.jar" sourcepath="lib/lucene-3.0.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-smartcn-3.0.3.jar" sourcepath="lib/lucene-3.0.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-snowball-3.0.3.jar" sourcepath="lib/lucene-3.0.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-3.0.3.jar" sourcepath="lib/lucene-analyzers-3.0.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar" sourcepath="lib/activation-1.1.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit-3.8.1.jar" sourcepath="lib/junit-3.8.1-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>