Bug 401756 - Icon not displayed on welcome page

https://bugs.eclipse.org/bugs/show_bug.cgi?id=401756

Change-Id: I816edf19ed66473f10ccfa9f1551a67bbcc777f4
Reviewed-on: https://git.eclipse.org/r/13492
Tested-by: Hudson CI
Reviewed-by: Matthias Villiger <mvi@bsiag.com>
IP-Clean: Matthias Villiger <mvi@bsiag.com>
diff --git a/org.eclipse.scout.sdk.help/intro/css/style.css b/org.eclipse.scout.sdk.help/intro/css/style.css
index e22439f..76c0cd4 100644
--- a/org.eclipse.scout.sdk.help/intro/css/style.css
+++ b/org.eclipse.scout.sdk.help/intro/css/style.css
@@ -1,9 +1,7 @@
+a#scout-overviewLink img { background-image: url(../graphics/scout.png); }
+a#scout-newprojectLink img { background-image: url(../graphics/scout.png); }
 
-a#scout-overviewLink img { background-image : url(../graphics/scout.png); }
-a#scout-newprojectLink img { background-image : url(../graphics/scout.png); }
+a#scout-tutIntroLink img { background-image: url(../graphics/scout.png); }
+a#scout-howtoIntroLink img { background-image: url(../graphics/scout.png); }
 
-a#scout-tutIntroLink img { background-image : url(../graphics/scout.png); }
-a#scout-howtoIntroLink img { background-image : url(../graphics/scout.png); }
-a#scout-webinarIntroLink img { background-image : url(../graphics/scout.png); }
-
-a#scout-newIntroLink img { background-image : url(../graphics/scout.png); }
\ No newline at end of file
+a#scout-newIntroLink img { background-image: url(../graphics/scout.png); }
\ No newline at end of file
diff --git a/org.eclipse.scout.sdk.help/intro/css/style.properties b/org.eclipse.scout.sdk.help/intro/css/style.properties
new file mode 100644
index 0000000..9a84b45
--- /dev/null
+++ b/org.eclipse.scout.sdk.help/intro/css/style.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2010 BSI Business Systems Integration AG.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#     BSI Business Systems Integration AG - initial API and implementation
+##############################################################################
+overview.scout-overviewLink.link-icon = intro/graphics/scout.png
+overview.scout-overviewLink.hover-icon = intro/graphics/scout.png
+overview.scout-newprojectLink.link-icon = intro/graphics/scout.png
+overview.scout-newprojectLink.hover-icon = intro/graphics/scout.png
+
+tutorials.scout-tutIntroLink.link-icon = intro/graphics/scout.png
+tutorials.scout-tutIntroLink.hover-icon = intro/graphics/scout.png
+tutorials.scout-howtoIntroLink.link-icon = intro/graphics/scout.png
+tutorials.scout-howtoIntroLink.hover-icon = intro/graphics/scout.png
+
+whatsnew.scout-newIntroLink.link-icon = intro/graphics/scout.png
+whatsnew.scout-newIntroLink.hover-icon = intro/graphics/scout.png
diff --git a/org.eclipse.scout.sdk.help/intro/overviewExtensionContent.xml b/org.eclipse.scout.sdk.help/intro/overviewExtensionContent.xml
index 4a9bd7f..0dcc949 100644
--- a/org.eclipse.scout.sdk.help/intro/overviewExtensionContent.xml
+++ b/org.eclipse.scout.sdk.help/intro/overviewExtensionContent.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <introContent>
-	<extensionContent id="scout-introExtension" style="css/style.css" path="overview/@">
+	<extensionContent id="scout-introExtension" style="css/style.css" alt-style="css/style.properties" path="overview/@">
 		<group style-id="content-group" id="scout-overviewLink-group" label="Eclipse for Scout Developers">
 			<text>Eclipse Scout is a mature and open framework for modern, service oriented business applications. It substantially boosts developer productivity and is simple to learn.</text>
 			<link label="Eclipse Scout Overview"
@@ -21,7 +21,7 @@
 			</link>
 		</group>
 	</extensionContent>
-	<extensionContent id="scout-tutIntroExtension" style="css/style.css" name="Eclipse for Scout Developers" path="tutorials/@">
+	<extensionContent id="scout-tutIntroExtension" style="css/style.css" alt-style="css/style.properties" name="Eclipse for Scout Developers" path="tutorials/@">
 		<group style-id="content-group" id="scout-tutIntroLink-group" label="Eclipse for Scout Developers">
 			<text>Eclipse Scout is a mature and open framework for modern, service oriented business applications. It substantially boosts developer productivity and is simple to learn.</text>
 			<link label="Scout Tutorials"
@@ -42,7 +42,7 @@
 			</link>
 		</group>
 	</extensionContent>
-	<extensionContent id="scout-newIntroExtension" style="css/style.css" name="Eclipse for Scout Developers" path="whatsnew/@">
+	<extensionContent id="scout-newIntroExtension" style="css/style.css" alt-style="css/style.properties" name="Eclipse for Scout Developers" path="whatsnew/@">
 		<group style-id="content-group" id="scout-newIntroLink-group" label="Eclipse for Scout Developers">
 			<text>Eclipse Scout is a mature and open framework for modern, service oriented business applications. It substantially boosts developer productivity and is simple to learn.</text>
 			<link label="Eclipse Scout New and Noteworthy "
diff --git a/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/ScoutSdkHelpActivator.java b/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/ScoutSdkHelpActivator.java
index 339f736..355b502 100644
--- a/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/ScoutSdkHelpActivator.java
+++ b/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/ScoutSdkHelpActivator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010 BSI Business Systems Integration AG.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     BSI Business Systems Integration AG - initial API and implementation
+ ******************************************************************************/
 package org.eclipse.scout.sdk.help.internal;
 
 import org.eclipse.core.runtime.Plugin;
diff --git a/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/action/CreateNewScoutProjectHandler.java b/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/action/CreateNewScoutProjectHandler.java
index 51b2f72..959c2d7 100644
--- a/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/action/CreateNewScoutProjectHandler.java
+++ b/org.eclipse.scout.sdk.help/src/org/eclipse/scout/sdk/help/internal/action/CreateNewScoutProjectHandler.java
@@ -1,6 +1,13 @@
-/**
+/*******************************************************************************
+ * Copyright (c) 2010 BSI Business Systems Integration AG.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
  *
- */
+ * Contributors:
+ *     BSI Business Systems Integration AG - initial API and implementation
+ ******************************************************************************/
 package org.eclipse.scout.sdk.help.internal.action;
 
 import java.util.Properties;