My repo: https://github.com/vemacs/civcraft/
I'm going to fire up a test instance and try this out, but it compiles, is Mavenized and updated to 1.7.9 (v1_7_R3), and has BoneCP, etc... shaded into the JAR. You can directly import the parent pom.xml into Eclipse if you have the Eclipse for Java Developers version, otherwise, if you have the EE version, you'll need to install m2eclipse.
@minecrafter updated your patches to produce this JAR: http://cl.ly/ViO7/spigot.jar
All the JARs are under <name>/target, in case you're unfamiliar with maven.
In case you don't understand the need for mavenization, it makes compilation and updating much easier (a simple mvn clean install), and essentially all major Bukkit plugins use it. Bukkit itself uses it. This also removes the restriction to a single IDE (I can compile on IDEA, from a standard Linux server, etc...) and removes the need for putting many dependencies in the repo.
I can't PR it because:

If you want to merge it, you can try this: https://help.github.com/articles/syncing-a-fork
Here's the build log: http://paste.ubuntu.com/7507774/
My repo: https://github.com/vemacs/civcraft/
I'm going to fire up a test instance and try this out, but it compiles, is Mavenized and updated to 1.7.9 (v1_7_R3), and has BoneCP, etc... shaded into the JAR. You can directly import the parent
pom.xmlinto Eclipse if you have the Eclipse for Java Developers version, otherwise, if you have the EE version, you'll need to install m2eclipse.@minecrafter updated your patches to produce this JAR: http://cl.ly/ViO7/spigot.jar
All the JARs are under
<name>/target, in case you're unfamiliar with maven.In case you don't understand the need for mavenization, it makes compilation and updating much easier (a simple
mvn clean install), and essentially all major Bukkit plugins use it. Bukkit itself uses it. This also removes the restriction to a single IDE (I can compile on IDEA, from a standard Linux server, etc...) and removes the need for putting many dependencies in the repo.I can't PR it because:
If you want to merge it, you can try this: https://help.github.com/articles/syncing-a-fork
Here's the build log: http://paste.ubuntu.com/7507774/