Revision: 1904
http://cogkit.svn.sourceforge.net/cogkit/?rev=1904&view=rev
Author: hategan
Date: 2008-02-12 16:00:19 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
removed gt2ft dependency
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-02-12 20:44:18 UTC (rev 1903)
+++ trunk/current/src/cog/modules/abstraction/dependencies.xml 2008-02-13 00:00:19 UTC (rev 1904)
@@ -7,9 +7,9 @@
<ant antfile="${main.buildfile}" target="dep">
<property name="module" value="provider-gt2"/>
</ant>
- <ant antfile="${main.buildfile}" target="dep">
+ <!--<ant antfile="${main.buildfile}" target="dep">
<property name="module" value="provider-gt2ft"/>
- </ant>
+ </ant>-->
<ant antfile="${main.buildfile}" target="dep">
<property name="module" value="provider-gt4_0_0"/>
@@ -26,6 +26,9 @@
<ant antfile="${main.buildfile}" target="dep">
<property name="module" value="provider-local"/>
</ant>
+ <ant antfile="${main.buildfile}" target="dep">
+ <property name="module" value="provider-localscheduler"/>
+ </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.
|