plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/WizardContext.java
changeset 479 518afa7c6d2f
parent 478 6c07c755d0c7
child 480 b6d992b9b998
equal deleted inserted replaced
478:6c07c755d0c7 479:518afa7c6d2f
   319         public void close() throws IOException {
   319         public void close() throws IOException {
   320             // Avoid closing ZIP file
   320             // Avoid closing ZIP file
   321         }
   321         }
   322     }
   322     }
   323 
   323 
   324     public void addIncludedJsFile(IFile file) {
   324     public void addIncludedJsFile(IProject project, IFile file) {
   325         jsIncludes.add(file.getProjectRelativePath().makeRelative().toString());
   325         jsIncludes.add(file.getProjectRelativePath().makeRelative().toString());
   326     }
   326     }
   327 }
   327 }