diff options
author | Siva Velusamy <vsiva@google.com> | 2012-10-19 15:24:18 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2012-10-19 15:34:15 -0700 |
commit | 1701a179ce776e785c0c1a556e8a70322b0af918 (patch) | |
tree | 2cefc43692bba89936d4a6a53dcc92792001d3d7 /eclipse/plugins/com.android.ide.eclipse.adt.package | |
parent | 94a54400fca2b340f05ea6d6aaea68ef1fe070ec (diff) | |
download | sdk-1701a179ce776e785c0c1a556e8a70322b0af918.zip sdk-1701a179ce776e785c0c1a556e8a70322b0af918.tar.gz sdk-1701a179ce776e785c0c1a556e8a70322b0af918.tar.bz2 |
adtpackage: Add about section for adtpackage feature
Change-Id: I7a2d51324e97ceb6fb038b10bc382fa8da826d91
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt.package')
3 files changed, 14 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt.package/about.ini b/eclipse/plugins/com.android.ide.eclipse.adt.package/about.ini new file mode 100644 index 0000000..31e8489 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.adt.package/about.ini @@ -0,0 +1,5 @@ +aboutText=%blurb +featureImage=icons/adt32.png +windowImage=icons/adt16.png +aboutImage=adt-about.png +appName=ADT
\ No newline at end of file diff --git a/eclipse/plugins/com.android.ide.eclipse.adt.package/about.properties b/eclipse/plugins/com.android.ide.eclipse.adt.package/about.properties new file mode 100644 index 0000000..4f75169 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.adt.package/about.properties @@ -0,0 +1,6 @@ +blurb=Android Developer Tools\n\ +\n\ +Build: {0}\n\ +\n\ +Copyright (c) The Android Open Source Project.\n\ +Visit http://developer.android.com and http://source.android.com diff --git a/eclipse/plugins/com.android.ide.eclipse.adt.package/build.properties b/eclipse/plugins/com.android.ide.eclipse.adt.package/build.properties index fdc91e1..9a44a37 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt.package/build.properties +++ b/eclipse/plugins/com.android.ide.eclipse.adt.package/build.properties @@ -8,4 +8,6 @@ bin.includes = META-INF/,\ icons/,\ go.css,\ index.html,\ - introcontent.xml + introcontent.xml,\ + about.ini,\ + about.properties |