fix build.xml

This commit is contained in:
aPunch 2012-01-17 21:25:11 -06:00
parent 2ef5d5323d
commit 9f07cc0c99

View File

@ -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" />