eclipse/ant -> maven

eclipse files have been removed from repository. jar and native
dependencies have been removed from repository.

use maven goals "compile exec:exec" to run the project.
use maven goals "package shade:shade" to create a single jar file, which
contains java, but not native dependencies. this jar
file can then be used with jarsplice to create a fat jar. natives will
be extracted to /target/natives.
This commit is contained in:
Till
2014-09-11 09:21:06 +02:00
parent 51b50843e5
commit 40e08fd498
36 changed files with 97 additions and 115 deletions

5
.gitignore vendored
View File

@@ -10,5 +10,8 @@
/.settings/
/bin/
.metadata
.classpath
.project
Thumbs.db
Thumbs.db
/target