Bug 3016 - phonegap.js should be in a directory called phonegap not script
authorEugene Ostroukhov <eugeneo@symbian.org>
Wed, 16 Jun 2010 16:52:16 -0700
changeset 383 4c17cbcb785f
parent 382 0a04e9d28d78
child 384 efc34c5e085b
Bug 3016 - phonegap.js should be in a directory called phonegap not script
org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/PhoneGapInstaller.java
--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/PhoneGapInstaller.java	Wed Jun 16 16:41:16 2010 -0700
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/libraries/PhoneGapInstaller.java	Wed Jun 16 16:52:16 2010 -0700
@@ -42,7 +42,7 @@
 
     public void install(IProject project, Map<String, String> parameters, IProgressMonitor monitor)
             throws CoreException, IOException {
-        String folderName = "script";
+        final String folderName = "phonegap";
         monitor.beginTask("Installing PhoneGap library", 10);
         IFolder folder = project.getFolder(folderName);
         if (!folder.isAccessible()) {