avatar

571

Remove the OSX scripting app from the build process as it's not working.

by mrs, 24 Jul, 2008 09:25 AM
566 571  
195195     <copy file="${BINARY}" tofile="${BINARYSCRIPTING}" />
196196     <antcall target="exe-real" />
197197     <move file="${EXEFILE}" tofile="${EXESCRIPTING}" />
198     <antcall target="osx-app" />
199     <move file="${APPFILE}" tofile="${APPSCRIPTING}" />
200198   </target>
201199 
202200   <target name="exe" depends="jar">