(String path)
| 320 | } |
| 321 | |
| 322 | static void touch(String path) throws Exception { |
| 323 | File file = new File(Settings.outputDir + path); |
| 324 | FileUtils.writeStringToFile(file, "", "UTF-8"); |
| 325 | } |
| 326 | |
| 327 | static String xConf = "Section \"ServerLayout\"\n" + |
| 328 | " Identifier \"X.org Configured\"\n" + |