forked from chenyian-nibio/manta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
19 lines (19 loc) · 1.18 KB
/
.classpath
File metadata and controls
19 lines (19 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="images"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" output="test-classes" path="test"/>
<classpathentry kind="con" path="com.gwtplugins.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-visualization.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/HikariCP-java7-2.4.11.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/postgresql-42.0.0.jre7.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-simple-1.7.25.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/com.github.haifengl.smile-core-1.5.3.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/com.github.haifengl.smile-math-1.5.3.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>