Rather than relying on the kgsGtp.jar application to run GoGame, the GoGame agent calls the GtpClient using PipedInput/OutputStreams.
11 lines
513 B
XML
11 lines
513 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="test"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
|
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
|
|
<classpathentry kind="lib" path="lib/kgsGtp.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|