diff options
4 files changed, 12 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/about.ini b/eclipse/plugins/com.android.ide.eclipse.traceview/about.ini new file mode 100644 index 0000000..560e475 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/about.ini @@ -0,0 +1,2 @@ +aboutText=%blurb +featureImage=icons/android_32x32.png
\ No newline at end of file diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/about.properties b/eclipse/plugins/com.android.ide.eclipse.traceview/about.properties new file mode 100755 index 0000000..b33e9f3 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/about.properties @@ -0,0 +1,7 @@ +blurb=Traceview\n\
+\n\
+Version\: {featureVersion}\n\
+\n\
+(c) Copyright 2011 The Android Open Source Project. All rights reserved.\n\
+Visit http://developer.android.com/sdk/eclipse-adt.html
+
diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties b/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties index 049e0d1..f529710 100644 --- a/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/build.properties @@ -4,4 +4,6 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ libs/traceview.jar,\ - icons/ + icons/,\ + about.ini,\ + about.properties diff --git a/eclipse/plugins/com.android.ide.eclipse.traceview/icons/android_32x32.png b/eclipse/plugins/com.android.ide.eclipse.traceview/icons/android_32x32.png Binary files differnew file mode 100644 index 0000000..a382aad --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.traceview/icons/android_32x32.png |