Fix build.xml

This commit is contained in:
Cameron Gutman
2015-02-19 19:42:43 -05:00
parent 5b20f16d44
commit 4c332d3199

View File

@@ -107,7 +107,7 @@
<target name="compile-common" depends="init">
<!-- compile limelight -->
<javac includeantruntime="false" destdir="${classes.dir}/common">
<src path="${common.src.dir}"/>java
<src path="${common.src.dir}"/>
<classpath>
<fileset dir="${common.libs.dir}" includes="*.jar"/>