-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.classpath
More file actions
12 lines (12 loc) · 726 Bytes
/
Copy path.classpath
File metadata and controls
12 lines (12 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java8"/>
<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-math3-3.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-cli-1.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>