~freek-verstringe/jhelioviewer/jhelioviewer

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Andre Dau
  • Date: 2013-04-08 20:03:14 UTC
  • mto: (499.1.3 stereo-masks)
  • mto: This revision was merged to the branch mainline in revision 502.
  • Revision ID: andre.dau@web.de-20130408200314-t9r1tujj9aa4ij5x
Fix ant build file; fix bug where export crashes when first exporting a movie and then an image series

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        <delete includeemptydirs="true" verbose="true">
43
43
                <fileset dir="${build}" followsymlinks="false" defaultexcludes="no"/>
44
44
        </delete> 
 
45
        <symlink action="delete" link="${temp}/build/mac/Applications" />
45
46
        <delete includeemptydirs="true" verbose="true">
46
47
                <fileset dir="${temp}" followsymlinks="false" defaultexcludes="no"/>
47
48
        </delete>