Restore functionality to setup windows and unix env files after setup.

This commit is contained in:
eloy_gomez 2010-05-18 10:44:46 +00:00
parent c499e73fb1
commit 63df9c535a
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@
<!-- ==================================================== -->
<!-- Setup (Main) -->
<!-- ==================================================== -->
<target name="setup" depends="setupWar"
<target name="setup" depends="setupInit, setupWin, setupNonWin, setupWar"
description="Setup Adempiere">
</target>