forked from lyrixderaven/appkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
25 lines (25 loc) · 1.12 KB
/
.classpath
File metadata and controls
25 lines (25 loc) · 1.12 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/gson-2.0.jar">
<attributes>
<attribute name="javadoc_location" value="http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/guava-10.0.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://docs.guava-libraries.googlecode.com/git-history/v10.0.1/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jna-3.4.0.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/swt-3.7.1-cocoa64.jar">
<attributes>
<attribute name="javadoc_location" value="http://help.eclipse.org/indigo/nftopic/org.eclipse.platform.doc.isv/reference/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="build"/>
</classpath>