Cleanups. We use Maven, not Ant.

This commit is contained in:
Erik Broes
2011-01-03 19:17:31 +01:00
parent b7a6ffac4c
commit 69c166954e
7 changed files with 15 additions and 221 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
Bukkit
======
A Minecraft Server API.
Compilation
-----------
We use maven to handle our dependencies.
* Install [.Mmaven 3](http://maven.apache.org/download.html)
* Check out this repo and: `mvn clean install`