An error occurred while loading the file. Please try again.
feature.xml 1.51 KiB
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="de.hftstuttgart.cityunits.feature"
      label="City Units"
      version="1.2.0"
      provider-name="HfT Stuttgart">
   <description url="http://www.example.com/description">
      Provides Indriya reference implementation of units of measurement
(JSR 385) together with required dependencies and extensions
that introduces Ecore data types for double valued units.
Certain units relevant to City simulations are also added.
   </description>
   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>
   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>
   <requires>
      <import plugin="tech.units.indriya" version="2.1.3" match="compatible"/>
      <import plugin="javax.measure.unit-api" version="2.1.3" match="compatible"/>
      <import plugin="org.eclipse.core.runtime" version="3.8.0" match="compatible"/>
      <import plugin="uom-lib-common" version="2.1.0" match="compatible"/>
      <import plugin="org.eclipse.emf.ecore"/>
      <import plugin="org.eclipse.emf.edit" version="2.8.0" match="compatible"/>
   </requires>
   <plugin
         id="de.hftstuttgart.cityunits.model"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
   <plugin
         id="de.hftstuttgart.cityunits.model.edit"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
</feature>