-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
25 lines (25 loc) · 1.47 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="sphinx4"/>
<classpathentry kind="src" path="apps"/>
<classpathentry kind="src" path="jsapi"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="research"/>
<classpathentry kind="src" path="scripts"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/js.jar"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/jsapi.jar"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/sphinx4.jar" sourcepath="/SPHINX_HOME/src/sphinx4"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/tags.jar"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/junit-4.8.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/spc-compiler"/>
<classpathentry kind="lib" path="/spc-compiler/bin" sourcepath="/spc-compiler/src"/>
<classpathentry kind="lib" path="/spc-compiler/lib/antlr-3.5.2-complete.jar"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.jar"/>
<classpathentry kind="var" path="SPHINX_HOME/lib/jsapi-1.0-base.jar"/>
<classpathentry kind="var" path="SPHINX_HOME"/>
<classpathentry kind="output" path="bin"/>
</classpath>