• Fichier: feature.xml
  • Path: /7_OUTILS_TUTOS/DBeaver/features/org.eclipse.ecf.core.feature_1.7.0.v20250111-0100/feature.xml
  • File size: 1.28 KB
  • MIME-type: text/xml
  • Charset: utf-8
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.ecf.core.feature"
      label="ECF Core Feature"
      version="1.7.0.v20250111-0100"
      provider-name="Eclipse.org - ECF">

   <description url="http://www.eclipse.org/ecf">
      This feature provides the ECF core (org.eclipse.ecf) and ECF identity (org.eclipse.ecf.identity) bundles.  These two bundles are required for all other parts of ECF.
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <requires>
      <import plugin="org.eclipse.equinox.common" version="3.6" match="compatible"/>
      <import plugin="org.eclipse.equinox.registry" version="3.5" match="compatible"/>
      <import plugin="org.eclipse.equinox.concurrent" version="1.0" match="compatible"/>
      <import plugin="org.eclipse.core.jobs" version="3.5" match="compatible"/>
   </requires>

   <plugin
         id="org.eclipse.ecf"
         download-size="139"
         install-size="271"
         version="3.12.0.v20250111-0100"
         unpack="false"/>

   <plugin
         id="org.eclipse.ecf.identity"
         download-size="70"
         install-size="134"
         version="3.10.0.v20240812-1535"
         unpack="false"/>

</feature>