Make ApkBuilder create filenames supported by older rules.

'ant install' must know the debug apk filename so newer naming scheme breaks
on older rule files (1.5 and earlier).
The fix is to check for the presence of the property naming the debug,
signed, unaligned package. If the property is present, then we use
the new naming scheme ({base}[-{config}]-debug-unaligned.apk), else we use
the old one ({base}-[-{config}]-debug.apk).

Also merge the install/reinstall targets, since 'adb install -r <file>'
works even if the apk was not yet installed.

Change-Id: Id0670610a6539a3f48c955756955f950039c3cd0
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index cd2736a..5805681 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,7 +1,8 @@
-0.9.2:
+0.9.3:
 - New wizard to create Android JUnit Test Projects.
 - New AVD wizard.
 - SDK Updater
+- zipalign support
 
 0.9.1:
 - Added an AVD creation wizard to ADT. It is automatically displayed during a launch if no compatible AVDs are found.