diff --git a/.gitignore b/.gitignore index 4e801a7..47b04f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bin/ .classpath -.project \ No newline at end of file +.project +/target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e50b5b1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,32 @@ + + 4.0.0 + hanabi-networking + hanabi-networking + 0.0.1-SNAPSHOT + hanabi-nw + + src + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + + + + org.json + json + 20141113 + + + gnu.getopt + java-getopt + 1.0.13 + + + \ No newline at end of file