-
Notifications
You must be signed in to change notification settings - Fork 309
/
.classpath
47 lines (47 loc) · 2.75 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
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="lib" path="lib/antlr4.jar"/>
<classpathentry kind="lib" path="lib/simple-xml-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/jdom-2.0.5.jar"/>
<classpathentry kind="lib" path="lib/Prefuse.jar"/>
<classpathentry kind="lib" path="lib/bcel-5.2.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/jython-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/rserve/REngine.1.8.jar"/>
<classpathentry kind="lib" path="lib/rserve/RserveEngine.1.8.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.4.7.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="lib/hsqldb.jar"/>
<classpathentry kind="lib" path="lib/ojdbc6.jar"/>
<classpathentry kind="lib" path="lib/xdb.jar"/>
<classpathentry kind="lib" path="lib/groovy-all-2.4.3.jar"/>
<classpathentry kind="lib" path="lib/plantuml.jar"/>
<classpathentry kind="lib" path="lib/miglayout-javafx-5.1-20150924.220035-180.jar"/>
<classpathentry kind="lib" path="lib/miglayout-core-5.1-20150924.220012-180.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.8.11.2.jar"/>
<classpathentry kind="lib" path="lib/jruby.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.20-bin.jar"/>
<classpathentry kind="lib" path="lib/controlsfx-8.40.12.jar"/>
<classpathentry kind="lib" path="lib/dex-tmi.jar"/>
<classpathentry kind="lib" path="lib/neo4j-jdbc.jar"/>
<classpathentry kind="lib" path="lib/selenium/client-combined-3.3.1-nodeps.jar"/>
<classpathentry kind="lib" path="lib/selenium/guava-21.0.jar"/>
<classpathentry kind="lib" path="lib/selenium/gson-2.8.0.jar"/>
<classpathentry kind="lib" path="lib/selenium/httpclient-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/selenium/httpcore-4.4.4.jar"/>
<classpathentry kind="lib" path="lib/selenium/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.4.jar" sourcepath="lib/commons-cli-1.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/Dex/lib/commons-cli-1.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javax.json-1.0.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/>
<classpathentry kind="output" path="bin"/>
</classpath>