plugins/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/InstallPhoneGapDelegate.java
changeset 479 518afa7c6d2f
parent 473 8e8aed9adb99
--- a/plugins/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/InstallPhoneGapDelegate.java	Tue Aug 24 17:21:16 2010 -0700
+++ b/plugins/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/InstallPhoneGapDelegate.java	Tue Aug 31 11:58:53 2010 -0700
@@ -56,7 +56,7 @@
                     file = url.openStream();
                     final IFile f = setupConfig.addFile(project, basePath.append(PHONEGAP_JS), file,
                             new NullProgressMonitor());
-                    setupConfig.addIncludedJsFile(f);
+                    setupConfig.addIncludedJsFile(project, f);
                 }
             } catch (IOException e) {
                 Activator.log(e);