You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Each stack version must provide a metainfo.xml descriptor file which can declare whether the stack inherits from another stack version:

<metainfo>
    <versions>
      <active>true</active>
    </versions>
    <extends>2.3</extends>
         ...
</metainfo>
  • No labels