-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.classpath
16 lines (16 loc) · 933 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="src" path="debug"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/Client"/>
<classpathentry combineaccessrules="false" kind="src" path="/LiteLoader"/>
<classpathentry combineaccessrules="false" kind="src" path="/VoxelCommon"/>
<classpathentry kind="lib" path="lib/facebook4j-core-2.0.0.jar"/>
<classpathentry kind="lib" path="/Client/jars/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-core-3.0.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jreddit-1.0.1-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/VoxelCommonMods"/>
<classpathentry kind="output" path="bin"/>
</classpath>