# HG changeset patch # User dadubrow # Date 1285791227 18000 # Node ID 7a687c8d1a366eaa1000361c4ec2fa7d9f71c3ca # Parent 754589b0b7b4a0df983838def1dc5a7e09c0d62f Mike's changes to portal diff -r 754589b0b7b4 -r 7a687c8d1a36 core/com.nokia.carbide.discovery.ui/plugin.properties --- a/core/com.nokia.carbide.discovery.ui/plugin.properties Wed Sep 29 11:13:18 2010 -0500 +++ b/core/com.nokia.carbide.discovery.ui/plugin.properties Wed Sep 29 15:13:47 2010 -0500 @@ -10,7 +10,14 @@ kits.title = Kits kits.tooltip = Installed SDKs install.layer.title = Install Extensions -wrenchscience.title = Wrench Science +tools.layer.title = Tools Blog creatingcarbide.title = Creating Carbide Export.desc = Export a set of installed features to a file that can be imported from a different installation -Import.desc = Import a set of installed features from an exported file and perform installation of the features \ No newline at end of file +Import.desc = Import a set of installed features from an exported file and perform installation of the features +main.layer.title = Main Page +carbidewiki.layer.title = Carbide Wiki +support.layer.title = Carbide Support +bugs.layer.title = Report Bugs +platsim.layer.title = PlatSim Wiki +wizard.name = Installed Feature Configuration +wizard1.name = Installed Feature Configuration \ No newline at end of file diff -r 754589b0b7b4 -r 7a687c8d1a36 core/com.nokia.carbide.discovery.ui/plugin.xml --- a/core/com.nokia.carbide.discovery.ui/plugin.xml Wed Sep 29 11:13:18 2010 -0500 +++ b/core/com.nokia.carbide.discovery.ui/plugin.xml Wed Sep 29 15:13:47 2010 -0500 @@ -84,12 +84,18 @@ class="com.nokia.carbide.internal.discovery.ui.view.HomePage" order="1" pageId="com.nokia.carbide.discovery.ui.homePage" - title="Carbide (S60 Wiki)"> + title="%main.layer.title"> + + + title="%support.layer.title"> + title="%tools.layer.title"> - + title="%bugs.layer.title"> - + title="%platsim.layer.title"> + name="%wizard.name"> %Export.desc @@ -172,7 +162,7 @@ class="com.nokia.carbide.internal.discovery.ui.wizard.ImportWizard" icon="icons/icon-discovery.png" id="com.nokia.carbide.discovery.ui.features.importWizard" - name="Installed Feature Configuration"> + name="%wizard1.name"> %Import.desc diff -r 754589b0b7b4 -r 7a687c8d1a36 core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/CarbideWikiPage.java --- /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/CarbideWikiPage.java Wed Sep 29 15:13:47 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 CarbideWikiPage extends AbstractBrowserPortalPageLayer { +} diff -r 754589b0b7b4 -r 7a687c8d1a36 core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/CreatingCarbidePage.java --- a/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/CreatingCarbidePage.java Wed Sep 29 11:13:18 2010 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -/* -* 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.AbstractRSSPortalPageLayer; - -public class CreatingCarbidePage extends AbstractRSSPortalPageLayer { -} diff -r 754589b0b7b4 -r 7a687c8d1a36 core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/WrenchSciencePage.java --- a/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/WrenchSciencePage.java Wed Sep 29 11:13:18 2010 -0500 +++ b/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/WrenchSciencePage.java Wed Sep 29 15:13:47 2010 -0500 @@ -16,7 +16,7 @@ */ package com.nokia.carbide.internal.discovery.ui.view; -import com.nokia.carbide.internal.discovery.ui.extension.AbstractRSSPortalPageLayer; +import com.nokia.carbide.internal.discovery.ui.extension.AbstractBrowserPortalPageLayer; -public class WrenchSciencePage extends AbstractRSSPortalPageLayer { +public class WrenchSciencePage extends AbstractBrowserPortalPageLayer { }