-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.xml
More file actions
17 lines (15 loc) · 964 Bytes
/
Copy pathbuild.xml
File metadata and controls
17 lines (15 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
<!-- for some information on what you could do (e.g. targets to override). -->
<!-- If you delete this file and reopen the project it will be recreated. -->
<project name="Android suite" basedir=".">
<description>Builds the module suite suite.</description>
<import file="nbproject/build-impl.xml"/>
<target name="generate-all-coverage-reports" depends="-init">
<subant target="coverage-report" buildpath="${cobertura.modules}" inheritrefs="false" inheritall="false"/>
</target>
<target name="scanbugs" depends="-init" description="Runs code analysis tools to detect bug patterns.">
<subant target="scanbugs" buildpath="${cobertura.modules}" inheritrefs="false" inheritall="false"/>
<!--<repeat target="scanbugs-in-module" name="module.name" values="${allmodules}"/>-->
</target>
</project>