Fixed headless issue, added -8.

This commit is contained in:
mathiasdm
2011-02-11 19:12:19 +00:00
parent 1ad005ec6f
commit 4471567344
5 changed files with 56 additions and 14 deletions

View File

@@ -97,6 +97,7 @@
</target>
<target name="buildDesktopGui" depends="buildCore, buildrouter" >
<ant dir="apps/desktopgui" target="clean" />
<ant dir="apps/desktopgui" target="jar" />
</target>