Initial commit

Version 3.3 of the client
This commit is contained in:
Laurent Clouet
2014-11-20 13:21:19 +00:00
parent cba91365fd
commit 422a9e74c8
36 changed files with 5291 additions and 0 deletions

10
.classpath Normal file
View File

@@ -0,0 +1,10 @@
<?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="extern/args4j.jar"/>
<classpathentry kind="lib" path="extern/commons-compress.jar"/>
<classpathentry kind="lib" path="extern/jna.jar"/>
<classpathentry kind="lib" path="extern/platform.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>