[ 1660657 ] 1563-build.xml missings bits still?

Parts of Gavin's contribution not solved in previous commits.
This commit is contained in:
kontro 2007-02-15 23:25:39 +00:00
parent 00b4fca241
commit 271fe34a4e
1 changed files with 4 additions and 2 deletions

View File

@ -109,7 +109,8 @@
</exec>
</target>
<target name="runSetupNonWin" depends="runSetupInit" unless="isWindows" >
<target name="runSetupNonWin" depends="runSetupInit" unless="isWindows" >
<chmod dir="${env.ADEMPIERE_HOME}" perm="ugo+rx" includes="RUN_setup.sh"/>
<exec dir="${env.ADEMPIERE_HOME}" executable="RUN_setup.sh"
spawn="false" resolveexecutable="true">
</exec>
@ -135,7 +136,8 @@
</exec>
</target>
<target name="runUpdateNonWin" depends="runSetupInit" unless="isWindows" >
<target name="runUpdateNonWin" depends="runSetupInit" unless="isWindows" >
<chmod dir="${env.ADEMPIERE_HOME}" perm="ugo+rx" includes="RUN_update.sh"/>
<exec dir="${env.ADEMPIERE_HOME}" executable="RUN_update.sh"
spawn="false" resolveexecutable="true">
</exec>