[Swift-commit] r2562 - trunk

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Feb 17 10:43:04 CST 2009


Author: benc
Date: 2009-02-17 10:43:04 -0600 (Tue, 17 Feb 2009)
New Revision: 2562

Modified:
   trunk/build.xml
Log:
chmod swift-osg-ress-site-catalog to executable during build

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-02-17 16:42:29 UTC (rev 2561)
+++ trunk/build.xml	2009-02-17 16:43:04 UTC (rev 2562)
@@ -134,6 +134,7 @@
 			<replacevalue>set COG_OPTS=-DCOG_INSTALL_PATH=%SWIFT_HOME% -Dswift.home=%SWIFT_HOME% -Dvds.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"/>
 	</target>
 
 	<target name="antlr">




More information about the Swift-commit mailing list