mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 02:55:45 +01:00
fix build.xml
This commit is contained in:
parent
8567c4ba3c
commit
367dba47fb
@ -16,8 +16,8 @@
|
||||
<javac srcdir="${src}" destdir="${build}" debug="on" debuglevel="lines,vars,source" includeantruntime="false" encoding="Cp1252">
|
||||
<classpath>
|
||||
<pathelement path="${lib}" />
|
||||
<pathelement location="${lib}/bukkit.jar" />
|
||||
<pathelement location="${lib}/craftbukkit.jar" />
|
||||
<pathelement location="${lib}/bukkit-1.1-R1-SNAPSHOT.jar" />
|
||||
<pathelement location="${lib}/craftbukkit-1.1-R1-SNAPSHOT.jar" />
|
||||
<pathelement location="${lib}/CitizensAPI.jar" />
|
||||
<fileset dir="lib">
|
||||
<include name="CitizensAPI.jar" />
|
||||
|
Loading…
Reference in New Issue
Block a user