mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-25 16:51:50 +01:00
updated to Bukkit 1.1-R3
This commit is contained in:
parent
c2de3bfcfa
commit
be42d64c19
@ -17,7 +17,7 @@
|
|||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${lib}" />
|
<pathelement path="${lib}" />
|
||||||
<pathelement location="${lib}/bukkit-1.1-R2.jar" />
|
<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}/CitizensAPI.jar" />
|
||||||
<pathelement location="${lib}/junit.jar" />
|
<pathelement location="${lib}/junit.jar" />
|
||||||
<pathelement location="${lib}/hamcrest.jar" />
|
<pathelement location="${lib}/hamcrest.jar" />
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<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>
|
<build.number>Unknown</build.number>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user