-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 707 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="jars/cloudsim-3.0.3-sources.jar"/>
<classpathentry kind="lib" path="jars/cloudsim-3.0.3.jar"/>
<classpathentry kind="lib" path="jars/cloudsim-examples-3.0.3-sources.jar"/>
<classpathentry kind="lib" path="jars/cloudsim-examples-3.0.3.jar"/>
<classpathentry kind="lib" path="jars/commons-math3-3.5/commons-math3-3.5.jar"/>
<classpathentry kind="lib" path="jars/guava-18.0.jar"/>
<classpathentry kind="lib" path="jars/json-simple-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>