updated about ini file

Change-Id: Id5e746c25ac480327dc72bb02b212fa967348a49
Signed-off-by: Sounak Basu <sounak.basu@sap.com>
diff --git a/org.eclipse.ogee.core/about.ini b/org.eclipse.ogee.core/about.ini
index 86211cd..0732fbb 100644
--- a/org.eclipse.ogee.core/about.ini
+++ b/org.eclipse.ogee.core/about.ini
@@ -7,4 +7,23 @@
 # Property "aboutText" contains text for "About" dialog (translated)
 aboutText=%aboutText
 
-# Property "featureImage" contains path to feature image (32x32)
\ No newline at end of file
+# A 16x16 pixel color image used to brand windows created by a product.
+windowImage=/res/images/ODataLogo-16.png
+
+# A 32x32 pixel color image used as an icon for this feature.
+featureImage=/res/images/ODataLogo-32.png
+
+# A large color image that appears in the main "about" dialog for a product.
+aboutImage=/res/images/ODataLogo-250.png
+
+# A welcome page.
+welcomePage=$nl$/welcome.xml
+
+# The preferred perspective in which to show the welcome page.
+welcomePerspective=org.eclipse.ogee.utils.perspective
+
+# A short, non-translatable string used to associate a name with the application on platforms where this makes sense.
+appName=OData Model Editor
+
+# Tips and tricks section of help documentation.
+tipsAndTricksHref=../org.eclipse.ogee.help/html/Creating a Blank OData Model.html
\ No newline at end of file
diff --git a/org.eclipse.ogee.core/build.properties b/org.eclipse.ogee.core/build.properties
index cc5fc67..af3b478 100644
--- a/org.eclipse.ogee.core/build.properties
+++ b/org.eclipse.ogee.core/build.properties
@@ -20,6 +20,7 @@
                plugin.properties,\
                about.html,\
                contextHelp.xml,\
-               META-INF/
+               META-INF/,\
+               welcome.xml
              
      
diff --git a/org.eclipse.ogee.core/res/images/ODataLogo-16.png b/org.eclipse.ogee.core/res/images/ODataLogo-16.png
new file mode 100644
index 0000000..cd5df6a
--- /dev/null
+++ b/org.eclipse.ogee.core/res/images/ODataLogo-16.png
Binary files differ
diff --git a/org.eclipse.ogee.core/res/images/ODataLogo-250.png b/org.eclipse.ogee.core/res/images/ODataLogo-250.png
new file mode 100644
index 0000000..e9511b3
--- /dev/null
+++ b/org.eclipse.ogee.core/res/images/ODataLogo-250.png
Binary files differ
diff --git a/org.eclipse.ogee.core/res/images/ODataLogo-32.png b/org.eclipse.ogee.core/res/images/ODataLogo-32.png
new file mode 100644
index 0000000..addf422
--- /dev/null
+++ b/org.eclipse.ogee.core/res/images/ODataLogo-32.png
Binary files differ
diff --git a/org.eclipse.ogee.core/welcome.xml b/org.eclipse.ogee.core/welcome.xml
new file mode 100644
index 0000000..326df2f
--- /dev/null
+++ b/org.eclipse.ogee.core/welcome.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" ?>

+<welcomePage title="Eclipse Platform">

+

+	<intro>This page will help familiarize you with the Eclipse Workbench.

+		To get started, read the sections below and click on the related

+		links.

+	</intro>

+

+	<item>

+		<b>Installed Features </b>

+		To find out more about the features installed in your workbench,

+		choose

+		<action pluginId="org.eclipse.ui" class="org.eclipse.ui.internal.QuickStartAction">Help > Welcome...

+		</action>

+		and select the feature you are interested in.

+	</item>

+

+	<item>

+		<b>Perspectives, views and editors </b>

+		A window contains one or more perspectives. A perspective consists of

+		views (e.g. Navigator)

+		and editors for working with your resources.

+		The

+		shortcut bar at the far left of the window allows you to open new

+		perspectives and move

+		between perspectives that are already open. The

+		perspective you are currently

+		working with

+		is shown in the title of the

+		window and in the shortcut bar as a

+		pushed-in icon.

+	</item>

+

+	<item>

+		<b>Configuring your perspectives</b>

+		You can move views and editors around the workbench by dragging their

+		titlebars. You can

+		also add more views to your current perspective by

+		using Window > Show

+		View.

+		To reset the perspective to its original

+		state, choose

+		<action pluginId="org.eclipse.ui"

+			class="org.eclipse.ui.internal.ResetPerspectiveAction">Window > Reset Perspective</action>

+		.

+		Once you have arranged your perspective, you can save it using Window

+		>

+		Save Perspective As....

+		You can customize the views, perspectives and

+		New menu operations that

+		show up for

+		your perspective. To do this choose

+		<action pluginId="org.eclipse.ui" class="org.eclipse.ui.internal.EditActionSetsAction">Window > Customize

+			Perspective...

+		</action>

+		.

+		A view can additionally be converted into a Fast View by dragging it

+		to

+		the shortcut bar (at the

+		far left of the window).

+	</item>

+

+	<item>

+		<b>Learn more </b>

+		To learn more you can browse the

+		<topic id="/org.eclipse.platform.doc.user/toc.xml">Workbench User Guide</topic>

+		.

+	</item>

+

+</welcomePage>
\ No newline at end of file