aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-06-05 16:02:17 -0700
committerXavier Ducrohet <xav@android.com>2009-06-05 16:02:17 -0700
commit5c1499c4b1b2b13be1dcc53e9729d23a26de5cda (patch)
treef4b2d927810062bb5d803784e474815c6675a724
parent40585738b4ad5d0c4328d6deee98e28705f33c11 (diff)
downloadsample-5c1499c4b1b2b13be1dcc53e9729d23a26de5cda.tar.gz
Change the revision property for the add-ons from "version" to "revision".
"version" will still be supported by tools for the moment. But all add-ons must move to "revision" asap.
-rw-r--r--sdk_addon/manifest.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk_addon/manifest.ini b/sdk_addon/manifest.ini
index fda2a84..3c5b2a5 100644
--- a/sdk_addon/manifest.ini
+++ b/sdk_addon/manifest.ini
@@ -7,8 +7,8 @@ description=sample add-on
# version of the Android platform on which this add-on is built.
api=3
-# version of the add-on
-version=1
+# revision of the add-on
+revision=1
# list of libraries, separated by a semi-colon.
libraries=com.example.android.platform_library