plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/projects/AbstractJSDTFaceletDetector.java
changeset 481 e908ec135fa1
equal deleted inserted replaced
480:b6d992b9b998 481:e908ec135fa1
       
     1 /**
       
     2  * Copyright (c) 2010 Symbian Foundation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of the License "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Symbian Foundation - initial contribution.
       
    11  * Contributors:
       
    12  * Description:
       
    13  * Overview:
       
    14  * Details:
       
    15  * Platforms/Drives/Compatibility:
       
    16  * Assumptions/Requirement/Pre-requisites:
       
    17  * Failures and causes:
       
    18  */
       
    19 package org.symbian.tools.tmw.core.projects;
       
    20 
       
    21 import org.eclipse.core.runtime.CoreException;
       
    22 import org.eclipse.core.runtime.IProgressMonitor;
       
    23 import org.eclipse.wst.common.project.facet.core.IFacetedProjectWorkingCopy;
       
    24 import org.eclipse.wst.common.project.facet.core.ProjectFacetDetector;
       
    25 
       
    26 public class AbstractJSDTFaceletDetector extends ProjectFacetDetector {
       
    27 
       
    28     @Override
       
    29     public void detect(IFacetedProjectWorkingCopy fpjwc, IProgressMonitor monitor) throws CoreException {
       
    30         // TODO Auto-generated method stub
       
    31 
       
    32     }
       
    33 
       
    34 }