summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui.feature.webstart
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-07-08 15:06:07 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-07-08 15:06:07 +0530
commit4c4712d52915247c013575484b7573cb0ca4e201 (patch)
tree18760b9dd6fabdffb04a036d40b43e07066a172e /src/com.gluster.storage.management.gui.feature.webstart
parent7eced4d6cba2922cf628e858c3250eae4fe1d5b0 (diff)
Packaging splash.jpg with the jnlp instead of splash.bmp as webstart doesn't work with bmp.
Diffstat (limited to 'src/com.gluster.storage.management.gui.feature.webstart')
-rw-r--r--src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp2
-rw-r--r--src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.bmpbin377610 -> 0 bytes
-rw-r--r--src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.jpgbin0 -> 9195 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp
index 8828736c..c99eece8 100644
--- a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp
+++ b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp
@@ -5,7 +5,7 @@
<vendor>Gluster Inc.</vendor>
<homepage href="$$codebase" />
<description>Gluster Management Console</description>
- <icon kind="splash" href="splash.bmp"/>
+ <icon kind="splash" href="splash.jpg"/>
</information>
<security>
<all-permissions/>
diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.bmp b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.bmp
deleted file mode 100644
index 059c28f9..00000000
--- a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.bmp
+++ /dev/null
Binary files differ
diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.jpg b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.jpg
new file mode 100644
index 00000000..d03cf87b
--- /dev/null
+++ b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/splash.jpg
Binary files differ