[Swift-commit] r7970 - trunk

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Jul 4 02:49:46 CDT 2014


Author: hategan
Date: 2014-07-04 02:49:45 -0500 (Fri, 04 Jul 2014)
New Revision: 7970

Modified:
   trunk/launchers.xml
Log:
added swift-log-info launcher

Modified: trunk/launchers.xml
===================================================================
--- trunk/launchers.xml	2014-07-04 07:36:40 UTC (rev 7969)
+++ trunk/launchers.xml	2014-07-04 07:49:45 UTC (rev 7970)
@@ -8,6 +8,10 @@
 			<property name="launcher-name" value="VDLt2VDLx"/>
 			<property name="class-name" value="org.griphyn.vdl.toolkit.VDLt2VDLx"/>
 		</ant>
+		<ant antfile="${main.buildfile}" target="launcher">
+			<property name="launcher-name" value="swift-log-info"/>
+			<property name="class-name" value="org.griphyn.vdl.karajan.monitor.monitors.http.SwiftLogInfo"/>
+		</ant>
 	</target>
 	<target name="webstart">
 	</target>




More information about the Swift-commit mailing list