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
|
public enum PluginTemplate
|
||||||
{
|
{
|
||||||
JAVA("/templates/Template.java"),
|
JAVA("/templates/Template_Plugin.java"),
|
||||||
JAVASCRIPT("/templates/Template.js"),
|
JAVASCRIPT("/templates/Template_Plugin.js"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final String resourcePath;
|
private final String resourcePath;
|
||||||
|
|
Loading…
Reference in a new issue