Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Improvments to plugin descriptior

Group

Code Block
<plugin plugin="costNormsForOperation" group="technology" version="${qcadoo.plugin.version}"

...

New tag in root plugin tag. Example with a possible features.

Code Block
<information>
/...
</information>
<features>
  <end-user/>
  <external-integration system="subiekt"/>
  <internal-integration/>
  <dev-library/>
</features>

License

Code Block
<information>
...
  <license>AGPL</license>
</information>

If it is not open source then just "Commercial".

Plugins clean up

  • mes-plugins-order-groups - will be replaced by master orders plugin
  • mes-plugins-genealogies and mes-plugins-genealogies-for-components - should be turned off in the open source build or moved to the incubator repository
  • plugins to be removed from HEAD in repo - should stay in history:
    • mes-plugins-produced-products
    • mes-plugins-production-balance
    • mes-plugins-usedproducts
    • mes-plugins-used-products
    • mes-plugins-inventory

...