plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/projects/IProjectSetupConfig.java
changeset 479 518afa7c6d2f
parent 470 d4809db37847
child 484 f5df819c1852
equal deleted inserted replaced
478:6c07c755d0c7 479:518afa7c6d2f
    55      * Adds specified file to the list of the JS files that will be included in 
    55      * Adds specified file to the list of the JS files that will be included in 
    56      * the application page
    56      * the application page
    57      * @param file workspace file. Framework is responsible to create proper 
    57      * @param file workspace file. Framework is responsible to create proper 
    58      * application root-relative path
    58      * application root-relative path
    59      */
    59      */
    60     void addIncludedJsFile(IFile file);
    60     void addIncludedJsFile(IProject project, IFile file);
    61 }
    61 }