build/coberturautilities_stub.xml
changeset 87 1627c337e51e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build/coberturautilities_stub.xml	Fri Oct 29 11:49:32 2010 +0300
@@ -0,0 +1,41 @@
+<!--
+#
+# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: Cobertura stub build file.
+#
+-->
+
+<project name="CoberturaUtilities">
+
+  <property name="cobertura.classpath" value="" />
+  <property name="cobertura.ant.classpath" value="" />
+
+  <!-- Cobertura jars. -->
+  <path id="cobertura.lib" />
+
+  <!-- Make cobertura instrumentation. -->
+  <target name="cobertura.instr" if="not" />
+
+  <!-- Add System property enabling coverage result writing at shut down -->
+  <target name="cobertura.systemprop" if="not" />
+
+  <!-- Generate Cobertura coverage report. -->
+  <target name="cobertura.report" if="not" />
+
+  <!-- Clean cobertura related files. -->
+  <target name="cobertura.clean" if="not" />
+
+  <!-- End definitions for cobertura. -->
+
+</project>