From: <lh...@us...> - 2010-09-01 18:15:25
|
Revision: 409 http://tinytim.svn.sourceforge.net/tinytim/?rev=409&view=rev Author: lheuer Date: 2010-09-01 18:15:18 +0000 (Wed, 01 Sep 2010) Log Message: ----------- Updated build, CHANGES.txt Modified Paths: -------------- tinytim/trunk/CHANGES.txt tinytim/trunk/build.gradle Modified: tinytim/trunk/CHANGES.txt =================================================================== --- tinytim/trunk/CHANGES.txt 2010-08-31 17:59:20 UTC (rev 408) +++ tinytim/trunk/CHANGES.txt 2010-09-01 18:15:18 UTC (rev 409) @@ -4,6 +4,7 @@ 2.0.1 (2010-mm-dd) ------------------ +* tinyTiM is forward-compatible to TMAPI 2.0.3 * OSGi bundle exports the .voc package (contributed by Hannes Niederhausen) * Removed String-Interning for object ids Modified: tinytim/trunk/build.gradle =================================================================== --- tinytim/trunk/build.gradle 2010-08-31 17:59:20 UTC (rev 408) +++ tinytim/trunk/build.gradle 2010-09-01 18:15:18 UTC (rev 409) @@ -39,7 +39,7 @@ } dependencies { - compile 'org.tmapi:tmapi:2.0.2' + compile 'org.tmapi:tmapi:(2.0.2,)' compiledep '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. |