Mercurial > 510ConnectbotMonitor
comparison build.xml @ 0:5564580fe160
initial version
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 05 May 2014 13:37:31 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5564580fe160 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <project name="510ConnectbotMonitor" default="help"> | |
3 | |
4 <property file="local.properties" /> | |
5 | |
6 <property file="ant.properties" /> | |
7 | |
8 <loadproperties srcFile="project.properties" /> | |
9 | |
10 <!-- quick check on sdk.dir --> | |
11 <fail | |
12 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" | |
13 unless="sdk.dir" | |
14 /> | |
15 | |
16 <!-- version-tag: custom --> | |
17 <import file="${sdk.dir}/tools/ant/build.xml" /> | |
18 | |
19 </project> |