[Swift-commit] r3127 - trunk

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Oct 10 20:42:02 CDT 2009


Author: hategan
Date: 2009-10-10 20:42:01 -0500 (Sat, 10 Oct 2009)
New Revision: 3127

Modified:
   trunk/build.xml
Log:
removed vds.home

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-10-11 01:39:23 UTC (rev 3126)
+++ trunk/build.xml	2009-10-11 01:42:01 UTC (rev 3127)
@@ -231,7 +231,6 @@
 			<replacetoken>updateOptions "$SWIFT_HOME" "SWIFT_HOME"
 </replacetoken>
 			<replacevalue>updateOptions "$SWIFT_HOME" "COG_INSTALL_PATH"
-updateOptions "$SWIFT_HOME" "vds.home"
 updateOptions "$SWIFT_HOME" "swift.home"
 #Use /dev/urandom instead of /dev/random for seeding RNGs
 #This will lower the randomness of the seed, but avoid
@@ -251,7 +250,7 @@
 		</replace>
 		<replace file="${dist.dir}/bin/swift.bat">
 			<replacetoken>set OPTS=</replacetoken>
-			<replacevalue>set OPTS=-DCOG_INSTALL_PATH="%SWIFT_HOME%" -Dswift.home="%SWIFT_HOME%" -Dvds.home="%SWIFT_HOME%" </replacevalue>
+			<replacevalue>set OPTS=-DCOG_INSTALL_PATH="%SWIFT_HOME%" -Dswift.home="%SWIFT_HOME%"</replacevalue>
 		</replace>
 		<chmod perm="+x" file="${dist.dir}/bin/swift"/>
 		<chmod perm="+x" file="${dist.dir}/bin/swift-osg-ress-site-catalog"/>




More information about the Swift-commit mailing list