-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
41 lines (41 loc) · 3.13 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
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="icons/"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/SnowballStemmer.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.acer-qrmodule.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/commons-lang3-3.2.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/commons-math3-3.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/ejml-0.23.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/jgraph-5.13.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/jgrapht-core-0.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/jgrapht-ext-0.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/jgraphx-2.0.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/joda-time.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/jollyday.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/jsoup-1.7.2.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/slf4j-api-1.7.17.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/stanford-postagger-3.9.2.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/weka.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/xom.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/lucene-core-6.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/lucene-queries-6.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="bugdoctor.lib/lucene-queryparser-6.2.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.pagerank.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.query-difficulty.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.strict-qrmodule.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/jastyle.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/javaparser-core-2.3.0.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/sqljdbc4.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.query-executor.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.blizzard-qrmodule.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/lucene-analyzers-common-6.2.0.jar"/>
<classpathentry kind="lib" path="bugdoctor.lib/ca.usask.cs.srlab.blader-qrmodule.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>