Searched refs:iml (Results 1 – 2 of 2) 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()
119 File iml = mod.getImlFile(); in createModulesFile() local120 sb.append(" <module fileurl=\"file://").append(iml.getCanonicalPath()).append( in createModulesFile()121 "\" filepath=\"").append(iml.getCanonicalPath()).append("\" />\n"); in createModulesFile()