equal
deleted
inserted
replaced
285 <target name="uninstall"> |
285 <target name="uninstall"> |
286 <echo>Uninstalling ${application-package} from the default emulator...</echo> |
286 <echo>Uninstalling ${application-package} from the default emulator...</echo> |
287 <exec executable="${adb}" failonerror="true"> |
287 <exec executable="${adb}" failonerror="true"> |
288 <arg value="uninstall" /> |
288 <arg value="uninstall" /> |
289 <arg value="${application-package}" /> |
289 <arg value="${application-package}" /> |
290 </exec> |
290 </exec> |
291 </target> |
291 </target> |
|
292 |
|
293 <target name="clean" |
|
294 description="Delete old build and dist directories"> |
|
295 <delete verbose="false" dir="${outdir}"/> |
|
296 </target> |
|
297 |
|
298 |
292 |
299 |
293 </project> |
300 </project> |