From: <lh...@us...> - 2010-09-15 16:50:04
|
Revision: 415 http://tinytim.svn.sourceforge.net/tinytim/?rev=415&view=rev Author: lheuer Date: 2010-09-15 16:49:58 +0000 (Wed, 15 Sep 2010) Log Message: ----------- Added Emma test coverage plugin Modified Paths: -------------- tinytim/trunk/build.gradle Modified: tinytim/trunk/build.gradle =================================================================== --- tinytim/trunk/build.gradle 2010-09-03 16:02:14 UTC (rev 414) +++ tinytim/trunk/build.gradle 2010-09-15 16:49:58 UTC (rev 415) @@ -23,6 +23,7 @@ apply plugin: 'osgi' apply plugin: 'maven' apply plugin: 'eclipse' +apply from:'http://github.com/breskeby/gradleplugins/raw/master/emmaPlugin/emma.gradle' defaultTasks 'clean', 'build' @@ -51,6 +52,8 @@ } dependencies { + emma 'emma:emma:2.0.5312', 'emma:emma_ant:2.0.5312' + 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. |