Versions Compared

Key

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

In odysseus_dev there are different kinds of target platforms. You should use the one, that fits to your enviroment/kind of bundle.

  • platform_core.target: Should be use in cases, where no Odysseus components should be loaded from a target platform. Typically, only when working on odysseus_core
  • platform_(master|development)_stable.target: This file should be used for stable Odysseus components to avoid dependencies from stable to incubation modules.
  • platform_(master|development)_all.target: This should be used for all incubation modules. Remark: To allow easier migration to stable, even incubation modules can use _stable.-target if there is no dependency to other incubation modules.

...