build.xml
changeset 9 31fdf68dc4df
parent 7 c2941cee7327
child 54 dfbb0fbece57
equal deleted inserted replaced
3:8f33768df089 9:31fdf68dc4df
   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>