forked from es1-2017/ES1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
14 lines (14 loc) · 847 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="jMetal/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="jMetal/commons-lang3-3.3.2.jar"/>
<classpathentry kind="lib" path="jMetal/commons-math3-3.3.jar"/>
<classpathentry kind="lib" path="jMetal/jmetal-algorithm-5.3.jar"/>
<classpathentry kind="lib" path="jMetal/jmetal-core-5.3.jar"/>
<classpathentry kind="lib" path="jMetal/jmetal-exec-5.3.jar"/>
<classpathentry kind="lib" path="jMetal/jmetal-problem-5.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>