-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
30 lines (30 loc) · 1.84 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="roslab/ui/ROSLabTreeCell.java|roslab/model/software/ROSTask.java|roslab/ui/general/ROSLabTreeCell.java|roslab/ui/software/fxml/|roslab/ui/general/fxml/" kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/snakeyaml-1.13.jar" sourcepath="lib/snakeyaml-src"/>
<classpathentry kind="lib" path="lib/jython-2.7.b2.jar"/>
<classpathentry kind="lib" path="lib/stringtemplate-3.2.1/lib/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="lib/stringtemplate-3.2.1/lib/stringtemplate-3.2.1.jar" sourcepath="lib/stringtemplate-3.2.1/src"/>
<classpathentry kind="lib" path="lib/controlsfx-8/controlsfx-8.20.8.jar"/>
<classpathentry kind="lib" path="lib/slf4j-1.7.10/slf4j-api-1.7.10.jar" sourcepath="lib/slf4j-1.7.10/slf4j-api-1.7.10-sources.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.slf4j.org/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/apache-log4j-1.2.17/log4j-1.2.17.jar" sourcepath="lib/apache-log4j-1.2.17/src">
<attributes>
<attribute name="javadoc_location" value="http://logging.apache.org/log4j/1.2/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/slf4j-1.7.10/slf4j-log4j12-1.7.10.jar" sourcepath="lib/slf4j-1.7.10/slf4j-log4j12-1.7.10-sources.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.slf4j.org/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/z3/com.microsoft.z3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>