Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-31613

Upgrade target platform in packages

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2023.0
    • Team:
      PLATFORM
    • Sprint:
      nxplatform #80
    • Story Points:
      2

      Description

      We would like to upgrade the target platform pattern used in our package.xml to the new form.

      For example on nuxeo-jsf-ui, we have currently:

      <?xml version="1.0"?>
      <package type="addon" name="nuxeo-jsf-ui" version="@VERSION@">
        <title>Nuxeo JSF UI</title>
        <description>
          <p>The JSF UI addon is a previously supported UI for the Nuxeo Platform. It is fully extensible and configurable. It includes forms, processes, and user actions.</p>
        </description>
        <vendor>Nuxeo</vendor>
        <platforms>
          <platform>@DISTRIBUTION_NAME@-@NUXEO_PLATFORM_VERSION@</platform>
        </platforms>
        <license>Apache 2.0</license>
        <license-url>http://www.apache.org/licenses/LICENSE-2.0</license-url>
      </package>
      

      We would like to update it to:

      <?xml version="1.0"?>
      <package type="addon" name="nuxeo-jsf-ui" version="@VERSION@">
        <title>Nuxeo JSF UI</title>
        <description>
          <p>The JSF UI addon is a previously supported UI for the Nuxeo Platform. It is fully extensible and configurable. It includes forms, processes, and user actions.</p>
        </description>
        <vendor>Nuxeo</vendor>
        <target-platform>
          <name>@DISTRIBUTION_NAME@</name>
          <version>@NUXEO_PLATFORM_VERSION@</version>
        </target-platform>
        <license>Apache 2.0</license>
        <license-url>http://www.apache.org/licenses/LICENSE-2.0</license-url>
      </package>
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: