Dropdown available for kb versus kB issues.

Bandwidth calculation available from 2 directions (added from GB -> kbps).
Layout manager switched for easier development.
This commit is contained in:
mathiasdm
2009-04-09 20:36:22 +00:00
parent 8f690a8f67
commit 977d6eec88
14 changed files with 809 additions and 436 deletions

View File

@ -488,7 +488,7 @@
<echo message="Findbugs output stored in findbugs.xml" />
</target>
<target name="buildWithDesktopgui" depends="buildrouter">
<ant dir="apps/desktopgui" target="jar" />
<ant dir="apps/desktopgui" target="build_jar" />
</target>
<target name="preppkgWithDesktopgui" depends="buildWithDesktopgui,preppkg">
<copy file="apps/desktopgui/dist/desktopgui.jar" todir="pkg-temp/lib/" />
@ -513,6 +513,6 @@
<target name="pkgWithDesktopgui" depends="distclean, updaterWithDesktopgui, installerWithDesktopgui, tarball" />
<target name="distWithDesktopgui" depends="pkgWithDesktopgui, javadoc" />
<target name="distcleanWithDesktopgui" depends="distclean">
<ant dir="apps/desktopgui" target="clean" />
<ant dir="apps/desktopgui" target="build_clean" />
</target>
</project>