Fixed out-of-date references to wrapper.jar and jbigi.jar so that the justBOB target works

This commit is contained in:
str4d
2012-12-27 11:59:48 +00:00
parent 38214cf5be
commit cf10cb1c09
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@
<pathelement path="${javac.classpath}" />
</path>
</copy>
<copy todir="${dist.dir}/lib" file="../../installer/lib/jbigi/jbigi.jar" />
<copy todir="${dist.dir}/lib" file="../../build/jbigi.jar" />
<!-- Extract the classes inside the jar files -->
<unjar dest="${dist.dir}/classes" >