-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
17 lines (17 loc) · 1.1 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/scala"/>
<classpathentry exported="true" kind="lib" path="lib/scalatest_2.10-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/scala-csv_2.10-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/graph-core_2.10-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/graph-dot_2.10-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/feature-model-synthesis_2.10-1.0.jar"/>
<classpathentry kind="lib" path="lib/org.sat4j.core.jar"/>
<classpathentry kind="lib" path="lib/KSynthesis-0.0.1-SNAPSHOT-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/FAMILIAR-Standalone-1.0.10-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/AttributedModel.jar"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>