|
From: <ha...@us...> - 2008-07-28 00:14:58
|
Revision: 2103
http://cogkit.svn.sourceforge.net/cogkit/?rev=2103&view=rev
Author: hategan
Date: 2008-07-28 00:14:57 +0000 (Mon, 28 Jul 2008)
Log Message:
-----------
updated launchers
Modified Paths:
--------------
branches/karajan2/src/cog/modules/karajan2/launchers.xml
Modified: branches/karajan2/src/cog/modules/karajan2/launchers.xml
===================================================================
--- branches/karajan2/src/cog/modules/karajan2/launchers.xml 2008-07-28 00:14:35 UTC (rev 2102)
+++ branches/karajan2/src/cog/modules/karajan2/launchers.xml 2008-07-28 00:14:57 UTC (rev 2103)
@@ -8,6 +8,10 @@
<property name="launcher-name" value="kc"/>
<property name="class-name" value="org.globus.cog.karajan.compiler.Compiler"/>
</ant>
+ <ant antfile="${main.buildfile}" target="launcher">
+ <property name="launcher-name" value="test-runner"/>
+ <property name="class-name" value="org.globus.cog.karajan.TestRunner"/>
+ </ant>
</target>
<target name="webstart">
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|