[Swift-commit] r2733 - trunk
    noreply at svn.ci.uchicago.edu 
    noreply at svn.ci.uchicago.edu
       
    Sun Mar 22 13:03:24 CDT 2009
    
    
  
Author: hategan
Date: 2009-03-22 13:03:23 -0500 (Sun, 22 Mar 2009)
New Revision: 2733
Modified:
   trunk/build.xml
Log:
fix for subsequent builds messing things up
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-03-22 16:39:12 UTC (rev 2732)
+++ trunk/build.xml	2009-03-22 18:03:23 UTC (rev 2733)
@@ -221,8 +221,10 @@
 			<replacevalue>LOCALCLASSPATH=$SWIFT_HOME/etc$CPDELIM$SWIFT_HOME/libexec</replacevalue>
 		</replace>
 		<replace file="${dist.dir}/bin/swift">
-			<replacetoken>HEAPMAX=</replacetoken>
-			<replacevalue>HEAPMAX=256M</replacevalue>
+			<replacetoken>HEAPMAX=
+</replacetoken>
+			<replacevalue>HEAPMAX=256M
+</replacevalue>
 		</replace>
 		<replace file="${dist.dir}/bin/swift">
 			<replacetoken>updateOptions "$SWIFT_HOME" "SWIFT_HOME"
    
    
More information about the Swift-commit
mailing list