org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/TMWCore.java
changeset 468 a05c6e5cc7d9
parent 463 aea4c83725d8
equal deleted inserted replaced
467:5a2901872fcf 468:a05c6e5cc7d9
     8 import org.symbian.tools.tmw.core.internal.facets.FProjSupportImpl;
     8 import org.symbian.tools.tmw.core.internal.facets.FProjSupportImpl;
     9 import org.symbian.tools.tmw.core.internal.projects.ProjectsSupportManager;
     9 import org.symbian.tools.tmw.core.internal.projects.ProjectsSupportManager;
    10 import org.symbian.tools.tmw.core.internal.runtimes.RuntimeClasspathManager;
    10 import org.symbian.tools.tmw.core.internal.runtimes.RuntimeClasspathManager;
    11 import org.symbian.tools.tmw.core.internal.runtimes.RuntimesManagerImpl;
    11 import org.symbian.tools.tmw.core.internal.runtimes.RuntimesManagerImpl;
    12 import org.symbian.tools.tmw.core.projects.IFProjSupport;
    12 import org.symbian.tools.tmw.core.projects.IFProjSupport;
    13 import org.symbian.tools.tmw.core.projects.IMTWProject;
    13 import org.symbian.tools.tmw.core.projects.ITMWProject;
    14 import org.symbian.tools.tmw.core.runtimes.IMobileWebRuntimeManager;
    14 import org.symbian.tools.tmw.core.runtimes.IMobileWebRuntimeManager;
    15 
    15 
    16 /**
    16 /**
    17  * The activator class controls the plug-in life cycle
    17  * The activator class controls the plug-in life cycle
    18  */
    18  */
    57 
    57 
    58     public RuntimeClasspathManager getClasspathManager() {
    58     public RuntimeClasspathManager getClasspathManager() {
    59         return classpathManager;
    59         return classpathManager;
    60     }
    60     }
    61 
    61 
    62     public static IMTWProject create(IProject project) {
    62     public static ITMWProject create(IProject project) {
    63         return getDefault().projectsSupport.create(project);
    63         return getDefault().projectsSupport.create(project);
    64     }
    64     }
    65 
    65 
    66     /**
    66     /**
    67      * Returns the shared instance
    67      * Returns the shared instance