[Swift-commit] r3118 - trunk

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Oct 6 14:41:02 CDT 2009


Author: hategan
Date: 2009-10-06 14:41:02 -0500 (Tue, 06 Oct 2009)
New Revision: 3118

Modified:
   trunk/launchers.xml
Log:
clean previous scripts (not doing so seems to cause weirdness)

Modified: trunk/launchers.xml
===================================================================
--- trunk/launchers.xml	2009-10-06 19:35:21 UTC (rev 3117)
+++ trunk/launchers.xml	2009-10-06 19:41:02 UTC (rev 3118)
@@ -1,5 +1,7 @@
 <project name="Launchers" default="create" basedir=".">
 	<target name="create">
+		<delete file="${dist.dir}/bin/swift.bat"/>
+		<delete file="${dist.dir}/bin/swift"/>
 		<ant antfile="${main.buildfile}" target="launcher">
 			<property name="launcher-name" value="VDLx2Karajan"/>
 			<property name="class-name" value="org.griphyn.vdl.engine.Karajan"/>




More information about the Swift-commit mailing list