[Swift-commit] r4618 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Wed Jun 15 15:39:33 CDT 2011


Author: hategan
Date: 2011-06-15 15:39:33 -0500 (Wed, 15 Jun 2011)
New Revision: 4618

Modified:
   trunk/libexec/scheduler.xml
Log:
include aliases in list of available handlers

Modified: trunk/libexec/scheduler.xml
===================================================================
--- trunk/libexec/scheduler.xml	2011-06-15 01:47:31 UTC (rev 4617)
+++ trunk/libexec/scheduler.xml	2011-06-15 20:39:33 UTC (rev 4618)
@@ -45,8 +45,8 @@
 		<property name="maxFileOperations" value="{maxFileOperations}"/>
 		<property name="jobThrottle" value="{jobThrottle}"/>
 		
-		<task:availableHandlers type="execution"/>
-		<task:availableHandlers type="file"/>
+		<task:availableHandlers type="execution" includeAliases="true"/>
+		<task:availableHandlers type="file" includeAliases="true"/>
 		
 		<vdl:siteCatalog file="{sites}"/>
 	</scheduler>




More information about the Swift-commit mailing list