plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/internal/runtimes/MobileWebRuntime.java
changeset 471 06589bf52fa7
parent 470 d4809db37847
child 477 b616697678bf
equal deleted inserted replaced
470:d4809db37847 471:06589bf52fa7
    42 
    42 
    43     public IConfigurationElement[] getComponentElements() {
    43     public IConfigurationElement[] getComponentElements() {
    44         return element.getChildren("runtime-component");
    44         return element.getChildren("runtime-component");
    45     }
    45     }
    46 
    46 
       
    47     @Override
       
    48     public String toString() {
       
    49         return getId() + ":" + getVersion();
       
    50     }
       
    51 
    47 }
    52 }