plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/internal/ui/deployment/DeploymentTargetTypeDescriptor.java
changeset 483 109da596fa9d
parent 470 d4809db37847
child 484 f5df819c1852
equal deleted inserted replaced
482:2973198ae2a9 483:109da596fa9d
    30 import org.symbian.tools.tmw.ui.TMWCoreUI;
    30 import org.symbian.tools.tmw.ui.TMWCoreUI;
    31 import org.symbian.tools.tmw.ui.deployment.IDeploymentTarget;
    31 import org.symbian.tools.tmw.ui.deployment.IDeploymentTarget;
    32 import org.symbian.tools.tmw.ui.deployment.IDeploymentTargetType;
    32 import org.symbian.tools.tmw.ui.deployment.IDeploymentTargetType;
    33 
    33 
    34 public final class DeploymentTargetTypeDescriptor implements IDeploymentTargetType {
    34 public final class DeploymentTargetTypeDescriptor implements IDeploymentTargetType {
    35     public class NullProvider implements IDeploymentTargetType {
    35     public static class NullProvider implements IDeploymentTargetType {
    36         public IDeploymentTarget[] getTargets(ITMWProject project) {
    36         public IDeploymentTarget[] getTargets(ITMWProject project) {
    37             return null;
    37             return null;
    38         }
    38         }
    39 
    39 
    40         public void discoverTargets(IProgressMonitor monitor) throws CoreException {
    40         public void discoverTargets(IProgressMonitor monitor) throws CoreException {