From: <lh...@us...> - 2010-09-02 10:33:16
|
Revision: 412 http://tinytim.svn.sourceforge.net/tinytim/?rev=412&view=rev Author: lheuer Date: 2010-09-02 10:33:10 +0000 (Thu, 02 Sep 2010) Log Message: ----------- Fixed dependencies Modified Paths: -------------- tinytim/trunk/build.gradle Modified: tinytim/trunk/build.gradle =================================================================== --- tinytim/trunk/build.gradle 2010-09-02 09:38:20 UTC (rev 411) +++ tinytim/trunk/build.gradle 2010-09-02 10:33:10 UTC (rev 412) @@ -51,11 +51,12 @@ } dependencies { - compile 'org.tmapi:tmapi:(2.0.2,)' + compile 'org.tmapi:tmapi:[2.0.0,)' compiledep 'com.semagia.mio:mio-core:0.9.6-SNAPSHOT' testCompile 'junit:junit:4.8.1', + 'org.tmapi:tmapi:2.0.3-SNAPSHOT', 'org.tmapi:tmapi-tests:2.0.3-SNAPSHOT', 'com.semagia.mio:mio-core-tests:0.9.6-SNAPSHOT', 'com.semagia.mio:mio-core:0.9.6-SNAPSHOT' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |