Commit e7925fdc authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

plugin lists corrected and emptied

parent 42692a58
...@@ -633,31 +633,14 @@ ...@@ -633,31 +633,14 @@
"gadget": "Output_viewDebugJson" "gadget": "Output_viewDebugJson"
} }
}, },
"preprocessing": { "pre_processing": {
"plugin_list": [ "plugin_list": []
{
"plugin": "Read Capacity of the stations",
"input_id": "WIPStat"
},
{
"plugin": "Read Projects",
"input_id": "WIPdata"
},
{
"plugin": "Read WIP",
"input_id": "WIPdata"
}
]
}, },
"processing": { "processing_plugin": {
"plugin_list": [ "_class": "dream.plugins.plugin.DefaultExecutionPlugin",
{ "input_id": "Simulation"
"plugin": "plugin.DefaultExecutionPlugin",
"input_id": "Simulation"
}
]
}, },
"postprocessing": { "post_processing": {
"plugin_list": [] "plugin_list": []
}, },
"general": { "general": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment