diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-21 16:03:40 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-21 16:03:40 +0000 |
commit | 84eee5daccfebb3fad94eae986c46748c4cfc3f6 (patch) | |
tree | 4df821ff11f4a5144cccfd35d0b54bc23325b80c /BKUWebStart/src/main/jnlp/template-local.xml | |
parent | 8b2cc798b260b3034142cb1b13084ad1b7646ae6 (diff) | |
download | mocca-84eee5daccfebb3fad94eae986c46748c4cfc3f6.tar.gz mocca-84eee5daccfebb3fad94eae986c46748c4cfc3f6.tar.bz2 mocca-84eee5daccfebb3fad94eae986c46748c4cfc3f6.zip |
icons 2.0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@465 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template-local.xml')
-rw-r--r-- | BKUWebStart/src/main/jnlp/template-local.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-local.xml b/BKUWebStart/src/main/jnlp/template-local.xml index 80447c89..ab987cae 100644 --- a/BKUWebStart/src/main/jnlp/template-local.xml +++ b/BKUWebStart/src/main/jnlp/template-local.xml @@ -9,12 +9,14 @@ <homepage href="$project.Url"/> <description>$project.Description (BKU) MOCCA Web Start</description> <description kind="short">$project.Description</description> - <!--icon kind="shortcut" href="img/logo_16.ico" width="16" height="16" version="1.0-SNAPSHOT"/--> - <icon kind="shortcut" href="img/logo_24.png" width="24" height="24"/> - <icon kind="shortcut" href="img/logo_32.png" width="32" height="32"/> - <icon kind="default" href="img/logo_24.png" width="24" height="24"/> - <icon kind="default" href="img/logo_32.png" width="32" height="32"/> - <icon kind="default" href="img/logo_64.png" width="64" height="64"/> + <icon kind="shortcut" href="img/logo16.png" width="16" height="16"/> + <icon kind="shortcut" href="img/logo24.png" width="24" height="24"/> + <icon kind="shortcut" href="img/logo32.png" width="32" height="32"/> + <icon kind="shortcut" href="img/logo48.png" width="48" height="48"/> + <icon kind="default" href="img/logo16.png" width="16" height="16"/> + <icon kind="default" href="img/logo24.png" width="24" height="24"/> + <icon kind="default" href="img/logo32.png" width="32" height="32"/> + <icon kind="default" href="img/logo48.png" width="48" height="48"/> <icon kind="splash" href="img/splash.png"/> <shortcut online="false"> <desktop/> |