plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/LibraryInstallDelegate.java
changeset 479 518afa7c6d2f
parent 470 d4809db37847
child 480 b6d992b9b998
equal deleted inserted replaced
478:6c07c755d0c7 479:518afa7c6d2f
    50                     if (!en.isDirectory()) {
    50                     if (!en.isDirectory()) {
    51                         final IPath entry = new Path(en.getName());
    51                         final IPath entry = new Path(en.getName());
    52                         final IFile f = setupConfig.addFile(project, basePath.append(entry), stream,
    52                         final IFile f = setupConfig.addFile(project, basePath.append(entry), stream,
    53                                 new NullProgressMonitor());
    53                                 new NullProgressMonitor());
    54                         if (isIncludeFile(entry)) {
    54                         if (isIncludeFile(entry)) {
    55                             setupConfig.addIncludedJsFile(f);
    55                             setupConfig.addIncludedJsFile(project, f);
    56                         }
    56                         }
    57 
    57 
    58                     }
    58                     }
    59                     en = stream.getNextEntry();
    59                     en = stream.getNextEntry();
    60                 }
    60                 }