org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/ProjectMemo.java
changeset 458 5ff93668b08c
parent 457 f1087591ff71
child 460 c0bff5ed874c
equal deleted inserted replaced
457:f1087591ff71 458:5ff93668b08c
   102                     if (target != null) {
   102                     if (target != null) {
   103                         IMemento child = memento.getChild(TARGET_CONFIGURATION);
   103                         IMemento child = memento.getChild(TARGET_CONFIGURATION);
   104                         if (child != null) {
   104                         if (child != null) {
   105                             target.load(child);
   105                             target.load(child);
   106                         }
   106                         }
       
   107                         return target;
   107                     }
   108                     }
   108                 }
   109                 }
   109             }
   110             }
   110         } catch (CoreException e) {
   111         } catch (CoreException e) {
   111             MTWCoreUI.log(e);
   112             MTWCoreUI.log(e);