Basic implementation of the Java client with integration tests.

This commit is contained in:
Jason Watkins
2015-03-31 12:05:04 -07:00
parent 0a09b11bae
commit b783b40073
8 changed files with 1101 additions and 4 deletions

2
Java/.idea/.name generated
View File

@@ -1 +1 @@
Java
XPlaneConnect

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" build-on-make="true" name="XPlaneConnect:jar">
<output-path>$PROJECT_DIR$/out/artifacts/XPlaneConnect_jar</output-path>
<root id="archive" name="XPlaneConnect.jar">
<element id="module-output" name="XPlaneConnect" />
</root>
</artifact>
</component>

10
Java/.idea/libraries/junit_4_11.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="junit-4.11">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

2
Java/.idea/misc.xml generated
View File

@@ -13,7 +13,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

2
Java/.idea/vcs.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="" />
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>