Build against bukkit, not craftbukkit

This commit is contained in:
2011-05-11 15:41:41 +01:00
parent 381a441c7f
commit f9fe12c0a8

View File

@@ -21,7 +21,7 @@
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<artifactId>bukkit</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>