aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-04-24 16:55:21 -0700
committerSiva Velusamy <vsiva@google.com>2012-04-24 17:00:03 -0700
commit65c500d4b4527432e6a3be5ff8c1797c5298ecd2 (patch)
treefd3ddaa5aa8ffa194adc6711c93ffe361e3a5d79
parent641348ce14dddfc12c14d5a54ef4160cfae3b55b (diff)
downloadsdk-65c500d4b4527432e6a3be5ff8c1797c5298ecd2.zip
sdk-65c500d4b4527432e6a3be5ff8c1797c5298ecd2.tar.gz
sdk-65c500d4b4527432e6a3be5ff8c1797c5298ecd2.tar.bz2
Add splash screen for monitor.
The file needs to be splash.bmp even though it is a PNG image. Change-Id: I65a56019e4f79e5d755b1a38443862d7ad091893
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.monitor/build.properties3
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.monitor/splash.bmpbin0 -> 90998 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/build.properties b/eclipse/plugins/com.android.ide.eclipse.monitor/build.properties
index 97144a1..44471de 100644
--- a/eclipse/plugins/com.android.ide.eclipse.monitor/build.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.monitor/build.properties
@@ -6,4 +6,5 @@ bin.includes = META-INF/,\
libs/,\
plugin_customization.ini,\
plugin.properties,\
- images/
+ images/,\
+ splash.bmp
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/splash.bmp b/eclipse/plugins/com.android.ide.eclipse.monitor/splash.bmp
new file mode 100644
index 0000000..54880bf
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.monitor/splash.bmp
Binary files differ