* desktopgui:

- Updating works in general config
      - Switched to Swingworker threads for improved responsiveness
      - version increase to 0.1.3
This commit is contained in:
mathiasdm
2009-05-21 22:32:34 +00:00
parent b4336fdec7
commit 3208b7289e
11 changed files with 250 additions and 15 deletions

View File

@@ -524,7 +524,7 @@
</exec>
<echo message="Findbugs output stored in findbugs.xml" />
</target>
<target name="buildWithDesktopgui" depends="buildrouter">
<target name="buildWithDesktopgui" depends="buildrouter,builddepSmall">
<ant dir="apps/desktopgui" target="build_jar" />
</target>
<target name="preppkgWithDesktopgui" depends="buildWithDesktopgui,preppkg">