From: <ha...@us...> - 2008-10-11 17:47:08
|
Revision: 2234 http://cogkit.svn.sourceforge.net/cogkit/?rev=2234&view=rev Author: hategan Date: 2008-10-11 17:46:57 +0000 (Sat, 11 Oct 2008) Log Message: ----------- build coasters by default Modified Paths: -------------- trunk/current/src/cog/modules/abstraction/dependencies.xml Modified: trunk/current/src/cog/modules/abstraction/dependencies.xml =================================================================== --- trunk/current/src/cog/modules/abstraction/dependencies.xml 2008-10-11 00:20:47 UTC (rev 2233) +++ trunk/current/src/cog/modules/abstraction/dependencies.xml 2008-10-11 17:46:57 UTC (rev 2234) @@ -29,6 +29,9 @@ <ant antfile="${main.buildfile}" target="dep"> <property name="module" value="provider-localscheduler"/> </ant> + <ant antfile="${main.buildfile}" target="dep"> + <property name="module" value="provider-coaster"/> + </ant> <!-- <ant antfile="${main.buildfile}" target="dep"> <property name="module" value="provider-ws"/> </ant>--> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |