-
Notifications
You must be signed in to change notification settings - Fork 6
/
.classpath
30 lines (30 loc) · 2.45 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
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/velocity-1.6.2.jar" sourcepath="lib/src/velocity-1.6.2-src.zip"/>
<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
<classpathentry kind="lib" path="lib/swt.jar" sourcepath="lib/src/swt-src.zip"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar" sourcepath="lib/src/commons-codec-1.3-src.zip"/>
<classpathentry kind="lib" path="lib/commons-configuration-1.6.jar" sourcepath="lib/src/commons-configuration-1.6-src.zip"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar" sourcepath="lib/src/commons-io-1.4-src.zip"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar" sourcepath="lib/src/commons-lang-2.4-src.zip"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar" sourcepath="lib/src/commons-collections-3.2.1-src.zip"/>
<classpathentry kind="lib" path="lib/lucene-core-3.0.0.jar" sourcepath="lib/src/lucene-core-3.0.0-src.zip"/>
<classpathentry kind="lib" path="lib/lucene-snowball-3.0.0.jar" sourcepath="lib/src/lucene-snowball-3.0.0-src.zip"/>
<classpathentry kind="lib" path="lib/lucene-highlighter-3.0.0.jar" sourcepath="lib/src/lucene-highlighter-3.0.0-src.zip"/>
<classpathentry kind="lib" path="lib/lucene-memory-3.0.0.jar" sourcepath="lib/src/lucene-memory-3.0.0-src.zip"/>
<classpathentry kind="lib" path="lib/mp3spi-1.9.4.jar" sourcepath="lib/src/mp3spi-1.9.4-src.zip"/>
<classpathentry kind="lib" path="lib/vorbisspi-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/jlayer-1.0.1.jar" sourcepath="lib/src/jlayer-1.0.1-src.zip"/>
<classpathentry kind="lib" path="lib/jorbis-0.0.17.jar" sourcepath="lib/src/jorbis-0.0.17-src.jar"/>
<classpathentry kind="lib" path="lib/jspeex-0.9.7.jar" sourcepath="lib/src/jspeex-0.9.7-src.zip"/>
<classpathentry kind="lib" path="lib/basicplayer-3.0.jar" sourcepath="lib/src/basicplayer-3.0-src.zip"/>
<classpathentry kind="lib" path="lib/tritonus-share-0.3.6.jar"/>
<classpathentry kind="lib" path="lib/tritonus-jorbis-0.3.6.jar"/>
<classpathentry kind="lib" path="lib/lucene-misc-3.0.0.jar" sourcepath="lib/src/lucene-misc-3.0.0-src.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>