Remove project dependency on luaj vm1

This commit is contained in:
James Roseborough
2010-05-14 14:32:02 +00:00
parent 36845ba1b4
commit 6296068a49
5 changed files with 33 additions and 15 deletions

View File

@@ -42,7 +42,7 @@
</unzip>
</target>
<target name="compile" depends="wtk-or-fail,bcel-lib,luaj1-lib">
<target name="compile" depends="wtk-or-fail,bcel-lib">
<mkdir dir="build/core/src"/>
<mkdir dir="build/core/classes"/>
<mkdir dir="build/jme/classes"/>