plugins/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/InstallPhoneGapDelegate.java
changeset 479 518afa7c6d2f
parent 473 8e8aed9adb99
equal deleted inserted replaced
478:6c07c755d0c7 479:518afa7c6d2f
    54                         new Path("libraries").append(PHONEGAP_JS), null);
    54                         new Path("libraries").append(PHONEGAP_JS), null);
    55                 if (url != null) {
    55                 if (url != null) {
    56                     file = url.openStream();
    56                     file = url.openStream();
    57                     final IFile f = setupConfig.addFile(project, basePath.append(PHONEGAP_JS), file,
    57                     final IFile f = setupConfig.addFile(project, basePath.append(PHONEGAP_JS), file,
    58                             new NullProgressMonitor());
    58                             new NullProgressMonitor());
    59                     setupConfig.addIncludedJsFile(f);
    59                     setupConfig.addIncludedJsFile(project, f);
    60                 }
    60                 }
    61             } catch (IOException e) {
    61             } catch (IOException e) {
    62                 Activator.log(e);
    62                 Activator.log(e);
    63             } finally {
    63             } finally {
    64                 try {
    64                 try {