This commit is contained in:
aPunch 2012-01-19 06:09:39 -06:00
parent acbecb8c56
commit 0ab09378b8
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<project name="Citizens" default="dist" basedir=".">
<description>
Citizens build file
</description>
</description>
<!-- set global properties for this build -->
<property name="src" location="src" />
<property name="build" location="build" />
@ -13,8 +13,7 @@
<!-- Compile the code -->
<target name="dist" depends="init" description="compile the source">
<javac srcdir="${src}" destdir="${build}" debug="on"
debuglevel="lines,vars,source" includeantruntime="false" encoding="Cp1252">
<javac srcdir="${src}" destdir="${build}" debug="on" debuglevel="lines,vars,source" includeantruntime="false" encoding="Cp1252">
<classpath>
<pathelement path="${lib}" />
<pathelement location="${lib}/bukkit-1.1-R1-SNAPSHOT.jar" />