mavenization

gitignore added maven target/ and intellij project stuff
simplified a return statement in PluginPlayerListener
added TODO in LocationSerializer (creating a world should not be done
there)
This commit is contained in:
Paul Schulze
2012-09-30 12:41:02 +02:00
parent 9e3b6a6cdb
commit 139bfc7d54
5 changed files with 57 additions and 15 deletions

7
.gitignore vendored
View File

@ -6,6 +6,13 @@
# netbeans
/nbproject
# intelliJ
.idea/
*.iml
# maven
target/
# vim
.*.sw[a-p]