From fcb82e3185d657e3b5440295478cdc58afd168c3 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 14 Jun 2012 18:50:06 -0700 Subject: Fix emma for split projects. The location of the .em file was wrong. Changing its location means it gets put in the tested project so we need a way to know where the output of the project is. As we need to be better at supporting customized projects folder, we introduce a new task that will be able to look for the customized path of any projects. So far we only support the output folder and the source folder. Change-Id: Id8db82e254baae2088827c96b7719f94c92c927c --- anttasks/src/anttasks.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'anttasks/src/anttasks.properties') diff --git a/anttasks/src/anttasks.properties b/anttasks/src/anttasks.properties index 446bbe1..e0854f4 100644 --- a/anttasks/src/anttasks.properties +++ b/anttasks/src/anttasks.properties @@ -1,6 +1,7 @@ checkenv: com.android.ant.CheckEnvTask gettype: com.android.ant.GetTypeTask gettarget: com.android.ant.GetTargetTask +getproperty: com.android.ant.GetProjectPropertyTask getlibs: com.android.ant.GetLibraryListTask dependency: com.android.ant.ComputeDependencyTask testedprojectclasspath: com.android.ant.ComputeProjectClasspathTask -- cgit v1.1