calls: addScriptFile(path, new File(path)), ensuring that a given path is added to the jar at most once. @param path
(String path)
| 322 | * @param path |
| 323 | */ |
| 324 | public void addScriptFile(String path) { |
| 325 | addScriptFile(path, path); |
| 326 | } |
| 327 | |
| 328 | /** |
| 329 | * this method adds script files that must be added to the shipped jar |