Added distWithDesktopgui target, to build everything at once.
This commit is contained in:
@ -510,6 +510,8 @@
|
|||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
<target name="updaterWithDesktopgui" depends="prepupdateWithDesktopgui,updater" />
|
<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">
|
<target name="distcleanWithDesktopgui" depends="distclean">
|
||||||
<ant dir="apps/desktopgui" target="clean" />
|
<ant dir="apps/desktopgui" target="clean" />
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user