Make Mike's request changes to portal links and content
authorEd Swartz <ed.swartz@nokia.com>
Wed, 08 Sep 2010 17:09:15 -0500
changeset 1963 718df81b3480
parent 1962 c8bc27b2d31c
child 1964 f51fb769a899
Make Mike's request changes to portal links and content
core/com.nokia.carbide.discovery.ui/plugin.xml
core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/InstallPlatSimPage.java
--- a/core/com.nokia.carbide.discovery.ui/plugin.xml	Wed Sep 08 17:07:49 2010 -0500
+++ b/core/com.nokia.carbide.discovery.ui/plugin.xml	Wed Sep 08 17:09:15 2010 -0500
@@ -80,7 +80,7 @@
           class="com.nokia.carbide.internal.discovery.ui.view.HomePage"
           order="1"
           pageId="com.nokia.carbide.discovery.ui.homePage"
-          title="Forum Nokia">
+          title="Carbide (S60 Wiki)">
     </portalPageLayer>
     <portalPageLayer
           class="com.nokia.carbide.internal.discovery.ui.view.SupportPage"
@@ -117,6 +117,12 @@
           pageId="com.nokia.carbide.discovery.ui.kitsPage"
           title="Install SDKs">
     </portalPageLayer>
+    <portalPageLayer
+          class="com.nokia.carbide.internal.discovery.ui.view.InstallPlatSimPage"
+          order="10"
+          pageId="com.nokia.carbide.discovery.ui.homePage"
+          title="Install PlatSim">
+    </portalPageLayer>
  </extension>
    <extension
          point="org.eclipse.equinox.p2.engine.actions">
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/InstallPlatSimPage.java	Wed Sep 08 17:09:15 2010 -0500
@@ -0,0 +1,22 @@
+/*
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+package com.nokia.carbide.internal.discovery.ui.view;
+
+import com.nokia.carbide.internal.discovery.ui.extension.AbstractBrowserPortalPageLayer;
+
+public class InstallPlatSimPage extends AbstractBrowserPortalPageLayer {
+}