core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/internal/discovery/ui/view/BugzillaPage.java
author dadubrow
Mon, 16 Aug 2010 10:18:18 -0500
changeset 1832 aaf2f7bc0609
parent 1727 743cc54fdffe
permissions -rw-r--r--
better handling of failed connect
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1727
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     1
/*
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     3
* All rights reserved.
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     4
* This component and the accompanying materials are made available
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     6
* which accompanies this distribution, and is available
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     8
*
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
     9
* Initial Contributors:
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    11
*
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    12
* Contributors:
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    13
*
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    14
* Description: 
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    15
*
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    16
*/
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    17
package com.nokia.carbide.internal.discovery.ui.view;
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    18
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    19
import com.nokia.carbide.internal.discovery.ui.extension.AbstractBrowserPortalPageLayer;
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    20
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    21
public class BugzillaPage extends AbstractBrowserPortalPageLayer {
743cc54fdffe more portal changes - add kits page + pref page links to customize
dadubrow
parents:
diff changeset
    22
}