Restore functionality to setup windows and unix env files after setup.
This commit is contained in:
parent
c499e73fb1
commit
63df9c535a
|
@ -515,7 +515,7 @@
|
|||
<!-- ==================================================== -->
|
||||
<!-- Setup (Main) -->
|
||||
<!-- ==================================================== -->
|
||||
<target name="setup" depends="setupWar"
|
||||
<target name="setup" depends="setupInit, setupWin, setupNonWin, setupWar"
|
||||
description="Setup Adempiere">
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue