{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-io-client",
      "artifactVersion": "2021.54.6",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.io.api",
          "org.nuxeo.ecm.platform.io.core",
          "org.nuxeo.ecm.platform.io.web"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.io",
        "id": "grp:org.nuxeo.ecm.platform.io",
        "name": "org.nuxeo.ecm.platform.io",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [],
        "version": "2021.54"
      },
      "bundleId": "org.nuxeo.ecm.platform.io.web",
      "components": [
        {
          "@type": "NXComponent",
          "documentation": "IO client action contributions.\n",
          "documentationHtml": "<p>\nIO client action contributions.</p>",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.actions.ActionService--actions",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.io/org.nuxeo.ecm.platform.io.web/org.nuxeo.ecm.platform.io.web/Contributions/org.nuxeo.ecm.platform.io.web--actions",
              "id": "org.nuxeo.ecm.platform.io.web--actions",
              "registrationOrder": 14,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.actions.ActionService",
                "name": "org.nuxeo.ecm.platform.actions.ActionService",
                "type": "service"
              },
              "version": "2021.54.6",
              "xml": "<extension point=\"actions\" target=\"org.nuxeo.ecm.platform.actions.ActionService\">\n\n    <!-- old export icon for non folderish docs => disabled -->\n    <action enabled=\"false\" icon=\"/icons/zip.png\" id=\"xmlExport\" label=\"action.xml.export\" link=\"#{importExportAction.doExportDocument()}\" order=\"17\">\n      <category>DOCUMENT_UPPER_ACTION</category>\n      <filter-id>not_folder</filter-id>\n    </action>\n\n    <!-- old export icon for non folderish docs => disabled -->\n    <action enabled=\"false\" icon=\"/icons/zip.png\" id=\"xmlTreeExport\" label=\"action.xmltree.export\" link=\"#{importExportAction.doExportFolder()}\" order=\"17\">\n      <category>DOCUMENT_UPPER_ACTION</category>\n      <filter-id>folder</filter-id>\n    </action>\n\n    <!-- deprecated since 7.2. Exports are now exposed as renditions, see NXP-16585 -->\n    <action enabled=\"false\" icon=\"/icons/export.png\" id=\"exportView\" label=\"label.exportview\" link=\"export\" order=\"80\">\n      <category>DOCUMENT_UPPER_ACTION</category>\n    </action>\n\n    <action icon=\"/icons/xml.png\" id=\"exportViewXMLExport\" label=\"label.exportview.xmlExport\" link=\"#{importExportAction.documentXMLExportURL}\" order=\"10\">\n      <category>DOCUMENT_EXPORT_VIEW_ACTION</category>\n    </action>\n\n    <action icon=\"/icons/zip_export.png\" id=\"exportViewZIPExport\" label=\"label.exportview.zipExport\" link=\"#{importExportAction.documentZIPTreeExportURL}\" order=\"20\">\n      <category>DOCUMENT_EXPORT_VIEW_ACTION</category>\n      <filter-id>not_folder</filter-id>\n    </action>\n\n    <action icon=\"/icons/zip_tree_export.png\" id=\"exportViewTreeZIPExport\" label=\"label.exportview.zipTreeExport\" link=\"#{importExportAction.documentZIPTreeExportURL}\" order=\"30\">\n      <category>DOCUMENT_EXPORT_VIEW_ACTION</category>\n      <filter-id>folder</filter-id>\n    </action>\n\n    <action icon=\"/icons/action_export_zip.gif\" id=\"WORKLIST_XMLEXPORT\" label=\"command.clipboard.xmlZipExport\" link=\"#{importExportAction.exportCurrentList()}\">\n      <category>DEFAULT_LIST</category>\n      <filter id=\"currentWorkListIsNotEmptyXML\">\n        <rule grant=\"false\">\n          <condition>#{clipboardActions.workListEmpty}</condition>\n        </rule>\n      </filter>\n    </action>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.io/org.nuxeo.ecm.platform.io.web/org.nuxeo.ecm.platform.io.web",
          "name": "org.nuxeo.ecm.platform.io.web",
          "requirements": [],
          "resolutionOrder": 398,
          "services": [],
          "startOrder": 343,
          "version": "2021.54.6",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<component name=\"org.nuxeo.ecm.platform.io.web\">\n\n  <documentation>IO client action contributions.</documentation>\n\n  <extension target=\"org.nuxeo.ecm.platform.actions.ActionService\"\n    point=\"actions\">\n\n    <!-- old export icon for non folderish docs => disabled -->\n    <action id=\"xmlExport\" link=\"#{importExportAction.doExportDocument()}\"\n      order=\"17\" label=\"action.xml.export\" icon=\"/icons/zip.png\"\n      enabled=\"false\">\n      <category>DOCUMENT_UPPER_ACTION</category>\n      <filter-id>not_folder</filter-id>\n    </action>\n\n    <!-- old export icon for non folderish docs => disabled -->\n    <action id=\"xmlTreeExport\" link=\"#{importExportAction.doExportFolder()}\"\n      order=\"17\" label=\"action.xmltree.export\" icon=\"/icons/zip.png\"\n      enabled=\"false\">\n      <category>DOCUMENT_UPPER_ACTION</category>\n      <filter-id>folder</filter-id>\n    </action>\n\n    <!-- deprecated since 7.2. Exports are now exposed as renditions, see NXP-16585 -->\n    <action enabled=\"false\" id=\"exportView\" link=\"export\" order=\"80\" label=\"label.exportview\"\n      icon=\"/icons/export.png\">\n      <category>DOCUMENT_UPPER_ACTION</category>\n    </action>\n\n    <action id=\"exportViewXMLExport\"\n      link=\"#{importExportAction.documentXMLExportURL}\" order=\"10\"\n      label=\"label.exportview.xmlExport\" icon=\"/icons/xml.png\">\n      <category>DOCUMENT_EXPORT_VIEW_ACTION</category>\n    </action>\n\n    <action id=\"exportViewZIPExport\"\n      link=\"#{importExportAction.documentZIPTreeExportURL}\" order=\"20\"\n      label=\"label.exportview.zipExport\" icon=\"/icons/zip_export.png\">\n      <category>DOCUMENT_EXPORT_VIEW_ACTION</category>\n      <filter-id>not_folder</filter-id>\n    </action>\n\n    <action id=\"exportViewTreeZIPExport\"\n      link=\"#{importExportAction.documentZIPTreeExportURL}\" order=\"30\"\n      label=\"label.exportview.zipTreeExport\"\n      icon=\"/icons/zip_tree_export.png\">\n      <category>DOCUMENT_EXPORT_VIEW_ACTION</category>\n      <filter-id>folder</filter-id>\n    </action>\n\n    <action id=\"WORKLIST_XMLEXPORT\"\n      link=\"#{importExportAction.exportCurrentList()}\"\n      label=\"command.clipboard.xmlZipExport\"\n      icon=\"/icons/action_export_zip.gif\">\n      <category>DEFAULT_LIST</category>\n      <filter id=\"currentWorkListIsNotEmptyXML\">\n        <rule grant=\"false\">\n          <condition>#{clipboardActions.workListEmpty}</condition>\n        </rule>\n      </filter>\n    </action>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/actions-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-io-client-2021.54.6.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.io/org.nuxeo.ecm.platform.io.web",
      "id": "org.nuxeo.ecm.platform.io.web",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.23\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 2021.54.6-t20240521-082135\r\nBundle-Name: Nuxeo ECM IO Web Client\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.io.web;singleton:=true\r\nBundle-Vendor: Nuxeo\r\nBundle-Category: web,stateless\r\nEclipse-LazyStart: false\r\nNuxeo-Component: OSGI-INF/actions-contrib.xml\r\nRequire-Bundle: org.nuxeo.ecm.webapp.core\r\n\r\n",
      "maxResolutionOrder": 398,
      "minResolutionOrder": 398,
      "packages": [
        "nuxeo-jsf-ui"
      ],
      "requirements": [
        "org.nuxeo.ecm.webapp.core"
      ],
      "version": "2021.54.6"
    }
  ],
  "creationDate": 1716281073860,
  "key": "Nuxeo Platform-2021.54",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.admin.center.analytics.dashboards",
        "org.nuxeo.admin.center.jsf",
        "org.nuxeo.admin.center.monitoring",
        "org.nuxeo.admin.center.oauth.opensocial",
        "org.nuxeo.ecm.automation.jsf",
        "org.nuxeo.elasticsearch.web",
        "org.nuxeo.ecm.localconf.web",
        "org.nuxeo.ecm.actions.jsf",
        "org.nuxeo.ecm.platform.audio.jsf",
        "org.nuxeo.ecm.platform.audit.web",
        "org.nuxeo.ecm.platform.comment.web",
        "org.nuxeo.ecm.platform.contentview.jsf",
        "org.nuxeo.ecm.directory.web",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.forms.layout.io",
        "org.nuxeo.ecm.platform.forms.layout.io.plugins",
        "org.nuxeo.ecm.platform.picture.jsf",
        "org.nuxeo.ecm.platform.io.web",
        "org.nuxeo.ecm.platform.login.token.jsf",
        "org.nuxeo.ecm.platform.notification.web",
        "org.nuxeo.ecm.platform.publisher.web",
        "org.nuxeo.ecm.relations.web",
        "org.nuxeo.ecm.platform.rendition.web",
        "org.nuxeo.ecm.platform.suggestbox.jsf",
        "org.nuxeo.ecm.platform.tag.web",
        "org.nuxeo.ecm.platform.task.web",
        "org.nuxeo.ecm.platform.ui.select2",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.platform.userworkspace.web",
        "org.nuxeo.ecm.platform.video.jsf",
        "org.nuxeo.ecm.webapp.ui",
        "org.nuxeo.ecm.webapp.base",
        "org.nuxeo.ecm.webapp.core",
        "org.nuxeo.ecm.platform.preview.jsf",
        "org.nuxeo.ecm.platform.routing.dashboard",
        "org.nuxeo.ecm.platform.routing.default.jsf",
        "org.nuxeo.ecm.platform.routing.dm",
        "org.nuxeo.ecm.platform.routing.web",
        "org.nuxeo.search.ui",
        "org.nuxeo.theme.migration",
        "org.nuxeo.ecm.user.center",
        "org.nuxeo.ecm.user.center.dashboard",
        "org.nuxeo.ecm.user.center.dashboard.jsf",
        "org.nuxeo.ecm.user.center.notification",
        "org.nuxeo.ecm.user.center.oauth",
        "org.nuxeo.ecm.user.center.profile.jsf",
        "org.nuxeo.web.resources.jsf"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/nuxeo-jsf-ui-2021.54.6",
      "id": "nuxeo-jsf-ui-2021.54.6",
      "name": "nuxeo-jsf-ui",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Nuxeo JSF UI",
      "version": "2021.54.6"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1716281073860,
  "version": "2021.54"
}