Searched refs:iml (Results 1 – 4 of 4) sorted by relevance
37 String iml = Files.toString(new File(templatesDirectory, IDEA_IML)); in generateFrom() local85 iml = iml.replace("SOURCE_FOLDERS", in generateFrom()87 iml = iml.replace("JAR_ENTRIES", jarsXml.toString()); in generateFrom()89 Files.toFile(iml, new File(IDEA_IML)); in generateFrom()
6 *.iml
30 *.iml
121 File iml = mod.getImlFile(); in createModulesFile() local122 sb.append(" <module fileurl=\"file://").append(iml.getCanonicalPath()).append( in createModulesFile()123 "\" filepath=\"").append(iml.getCanonicalPath()).append("\" />\n"); in createModulesFile()