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 <echo message="on deletet ${outdir-classes}" /> |
|
296 <delete verbose="true" dir="${outdir}"/> |
|
297 </target> |
|
298 |
|
299 |
292 |
300 |
293 </project> |
301 </project> |