Skip to content

Commit

Permalink
fixed a bug in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolb committed Feb 12, 2016
1 parent aa5551f commit 9d853cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions buildUtil/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@
<target name="macbuild">
<copy file="${dmg.image}" tofile="${build.tmp}/${build.code}.png"/>

<exec host="${mac.host}"
dir="${build.tmp}"
command="./mpssign.sh ${build.code}.zip ${build.code} jdk.tar.gz"/>
<exec dir="${build.tmp}" command="./mpssign.sh ${build.code}.zip ${build.code} jdk.tar.gz"/>

<exec host="${mac.host}"
dir="${build.tmp}"
command="./mpsdmg.sh ${build.code}.zip ${build.code}"/>
<exec dir="${build.tmp}" command="./mpsdmg.sh ${build.code}.zip ${build.code}"/>
</target>

</project>

0 comments on commit 9d853cb

Please sign in to comment.