Merge the new Ant script rules and template from Eclair (do not merge)

This commit is contained in:
Xavier Ducrohet
2009-09-29 18:06:01 -07:00
parent 559f26b0a5
commit fff9ff6967
9 changed files with 456 additions and 191 deletions

View File

@@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name">
<activity android:name=".ACTIVITY_NAME"
<activity android:name="ACTIVITY_ENTRY_NAME"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />