Mavenized project

This commit is contained in:
JeromSar
2015-11-18 21:41:51 +01:00
parent 0c3bc40b03
commit 89a317b7df
207 changed files with 247 additions and 1569 deletions

26
.gitignore vendored
View File

@ -1,14 +1,27 @@
# TFM excludes
/lib
# Netbeans excludes
nbproject/private/
dist/
build/
/nbproject/private
/dist
/build
manifest.mf
nb-configuration.xml
# Eclipse excludes
.project
.classpath
bin/
.settings/
/bin
/.settings
# IntelliJ excludes
*.iml
*.ipr
*.iws
/.idea
# Maven excludes
/target
# OS generated files
.DS_Store
@ -17,6 +30,3 @@ bin/
.Trashes
ehthumbs.db
Thumbs.db
# TFM files
build.properties