forked from fixme-lausanne/MyHackerspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.xml
More file actions
17 lines (17 loc) · 690 Bytes
/
build.xml
File metadata and controls
17 lines (17 loc) · 690 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"?>
<!--
Copyright (C) 2009-2010 Aubort Jean-Baptiste (Rorist)
Licensed under GNU's GPL 2, see README
-->
<project name="MyHackerspace" default="help">
<property file="local.properties" />
<property file="build.properties" />
<property file="ant.properties" />
<loadproperties srcFile="project.properties" />
<fail
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
unless="sdk.dir" />
<import file="custom_rules.xml" optional="true" />
<!-- version-tag: 1 -->
<import file="${sdk.dir}/tools/ant/build.xml" />
</project>