# HG changeset patch # User Edouard Tisserant # Date 1518747851 -3600 # Node ID 87136f8697e332ac7ca352573b01878aa48613d9 # Parent 986dbad48ab70843bdd5df2a9407da54a639b391 Stripped useless node creation in instances_path stylesheet. diff -r 986dbad48ab7 -r 87136f8697e3 plcopen/instances_path.xslt --- a/plcopen/instances_path.xslt Fri Feb 16 02:29:10 2018 +0100 +++ b/plcopen/instances_path.xslt Fri Feb 16 03:24:11 2018 +0100 @@ -8,9 +8,7 @@ - - - + diff -r 986dbad48ab7 -r 87136f8697e3 plcopen/instances_path.ysl2 --- a/plcopen/instances_path.ysl2 Fri Feb 16 02:29:10 2018 +0100 +++ b/plcopen/instances_path.ysl2 Fri Feb 16 03:24:11 2018 +0100 @@ -18,9 +18,7 @@ variable "all", "$project | $stdlib | $extensions"; template "ppx:project" { - instances { - apply "ppx:instances/ppx:configurations/ppx:configuration"; - } + apply "ppx:instances/ppx:configurations/ppx:configuration"; } template "ppx:configuration" {