Mercurial > 510ConnectbotMonitor
view build.xml @ 20:943df7400741
enable some debug logging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 08 Jul 2014 09:14:29 -0700 |
parents | 5564580fe160 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <project name="510ConnectbotMonitor" default="help"> <property file="local.properties" /> <property file="ant.properties" /> <loadproperties srcFile="project.properties" /> <!-- quick check on sdk.dir --> <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" /> <!-- version-tag: custom --> <import file="${sdk.dir}/tools/ant/build.xml" /> </project>