forked from Cixelyn/bcode2013-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
18 lines (18 loc) · 826 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" output="bin" path="teams"/>
<classpathentry kind="con" path="bin"/>
<classpathentry kind="con" path="lib"/>
<classpathentry kind="con" path="teams"/>
<classpathentry kind="con" path="teams/examplefuncsplayer"/>
<classpathentry kind="lib" path="lib/battlecode-client.jar"/>
<classpathentry kind="lib" path="lib/battlecode-player.jar"/>
<classpathentry kind="lib" path="lib/battlecode-server.jar">
<attributes>
<attribute name="javadoc_location" value="http://s3.amazonaws.com/battlecode-releases-2013/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jogl.all.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>