-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
18 lines (18 loc) · 927 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/tommy"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/swt/swt-gtk-linux-x86_64.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7.13.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-annotations-2.12.0-rc2.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-core-2.12.0-rc2.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-databind-2.12.0-rc2.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.13.1.jar"/>
<classpathentry kind="lib" path="/tommy/lib/tomcat_embedded/tomcat-embed-programmatic.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>