updated to Bukkit 1.1-R3

This commit is contained in:
aPunch 2012-01-30 13:11:49 -06:00
parent c2de3bfcfa
commit be42d64c19
5 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<classpath>
<pathelement path="${lib}" />
<pathelement location="${lib}/bukkit-1.1-R2.jar" />
<pathelement location="${lib}/craftbukkit-1.1-R2.jar" />
<pathelement location="${lib}/craftbukkit-1.1-R3.jar" />
<pathelement location="${lib}/CitizensAPI.jar" />
<pathelement location="${lib}/junit.jar" />
<pathelement location="${lib}/hamcrest.jar" />

Binary file not shown.

View File

@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>1.1-R2</craftbukkit.version>
<craftbukkit.version>1.1-R3</craftbukkit.version>
<build.number>Unknown</build.number>
</properties>