Added distWithDesktopgui target, to build everything at once.

This commit is contained in:
mathiasdm
2009-04-08 10:13:56 +00:00
parent ed259ac94c
commit f9f9aa4498

View File

@ -510,6 +510,8 @@
</copy>
</target>
<target name="updaterWithDesktopgui" depends="prepupdateWithDesktopgui,updater" />
<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" />
</target>