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

@@ -3,7 +3,7 @@ package PACKAGE;
import android.app.Activity;
import android.os.Bundle;
public class ACTIVITY_NAME extends Activity
public class ACTIVITY_CLASS_NAME extends Activity
{
/** Called when the activity is first created. */
@Override