core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/SupportPage.java
author dadubrow
Fri, 27 Aug 2010 09:55:42 -0500
changeset 1901 33bf7adf7871
parent 1734 bf670d38123a
permissions -rw-r--r--
make support page a browser page

/*
* 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 SupportPage extends AbstractBrowserPortalPageLayer {
}