Removed unecessary semicolon.
This commit is contained in:
parent
a42de5af9b
commit
4bac8a1a30
@ -12,7 +12,7 @@ projname = pomroot.find("{" + gen.POM_NAMESPACE + "}" + "name").text
|
|||||||
pluginver = pomroot.find("{" + gen.POM_NAMESPACE + "}" + "version").text
|
pluginver = pomroot.find("{" + gen.POM_NAMESPACE + "}" + "version").text
|
||||||
pluginfilename = projname + "-" + pluginver + ".jar"
|
pluginfilename = projname + "-" + pluginver + ".jar"
|
||||||
|
|
||||||
plugindir = gen.DEV_SERVER_PATH + "plugins/";
|
plugindir = gen.DEV_SERVER_PATH + "plugins/"
|
||||||
if not os.path.exists(plugindir):
|
if not os.path.exists(plugindir):
|
||||||
os.mkdir(plugindir)
|
os.mkdir(plugindir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user