aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-10-19 15:24:18 -0700
committerSiva Velusamy <vsiva@google.com>2012-10-19 15:34:15 -0700
commit1701a179ce776e785c0c1a556e8a70322b0af918 (patch)
tree2cefc43692bba89936d4a6a53dcc92792001d3d7
parent94a54400fca2b340f05ea6d6aaea68ef1fe070ec (diff)
downloadsdk-1701a179ce776e785c0c1a556e8a70322b0af918.tar.gz
sdk-1701a179ce776e785c0c1a556e8a70322b0af918.tar.bz2
sdk-1701a179ce776e785c0c1a556e8a70322b0af918.zip
adtpackage: Add about section for adtpackage feature
Change-Id: I7a2d51324e97ceb6fb038b10bc382fa8da826d91
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt.package/about.ini5
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt.package/about.properties6
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt.package/build.properties4
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 000000000..31e848974
--- /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 000000000..4f75169d2
--- /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 fdc91e19e..9a44a3715 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