-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
18 lines (18 loc) · 800 Bytes
/
.classpath
File metadata and controls
18 lines (18 loc) · 800 Bytes
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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://alex-public-doc.s3.amazonaws.com/json_simple-1.1"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/pircbot.jar"/>
<classpathentry kind="lib" path="lib/swt.jar">
<attributes>
<attribute name="javadoc_location" value="http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.0.8-bin.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>