OSDN Git Service

Modify android create/update project to deal with new build.xml
authorXavier Ducrohet <xav@android.com>
Tue, 23 Aug 2011 03:10:38 +0000 (20:10 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 23 Aug 2011 03:39:53 +0000 (20:39 -0700)
commit69ff1318c8d44fc1cad0aab76a80f1804a807373
treef4cb2fed21f34d71042a1a362a88593bd1d51984
parent9aa55ba53817062f7423dbc69716020bd052c394
Modify android create/update project to deal with new build.xml

New mechanism to embed a build version into build.xml to figure out
whether the build.xml file is obsolete or not.
Use the version-tag: custom case to prevent erase user modifications.

Fixed some issues with the name of the project (put in build.xml) for
test projects which don't have any activity.

Change-Id: Ib0333d15ca9558fffe24a718e704fcf4176c9014
sdkmanager/app/src/com/android/sdkmanager/Main.java
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectCreator.java
templates/build.template