[Swift-commit] r7977 - trunk

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Wed Jul 9 14:40:34 CDT 2014


Author: hategan
Date: 2014-07-09 14:40:34 -0500 (Wed, 09 Jul 2014)
New Revision: 7977

Modified:
   trunk/launchers.xml
Log:
added launchers for swift-convert-config and swift-config-info

Modified: trunk/launchers.xml
===================================================================
--- trunk/launchers.xml	2014-07-09 19:38:50 UTC (rev 7976)
+++ trunk/launchers.xml	2014-07-09 19:40:34 UTC (rev 7977)
@@ -12,6 +12,14 @@
 			<property name="launcher-name" value="swift-log-info"/>
 			<property name="class-name" value="org.griphyn.vdl.karajan.monitor.monitors.http.SwiftLogInfo"/>
 		</ant>
+		<ant antfile="${main.buildfile}" target="launcher">
+			<property name="launcher-name" value="swift-convert-config"/>
+			<property name="class-name" value="org.griphyn.vdl.util.ConvertConfig"/>
+		</ant>
+		<ant antfile="${main.buildfile}" target="launcher">
+			<property name="launcher-name" value="swift-config-info"/>
+			<property name="class-name" value="org.griphyn.vdl.util.SwiftConfigInfo"/>
+		</ant>
 	</target>
 	<target name="webstart">
 	</target>




More information about the Swift-commit mailing list