Plugin Templates Cleanup
This commit is contained in:
parent
8b82fdccf1
commit
f2ada1aae1
3 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import java.io.IOException;
|
|||
*/
|
||||
public enum PluginTemplate
|
||||
{
|
||||
JAVA("/templates/Template.java"),
|
||||
JAVASCRIPT("/templates/Template.js"),
|
||||
JAVA("/templates/Template_Plugin.java"),
|
||||
JAVASCRIPT("/templates/Template_Plugin.js"),
|
||||
;
|
||||
|
||||
private final String resourcePath;
|
||||
|
|
Loading…
Reference in a new issue