feature.xml 2.44 KB
Newer Older
1
2
<?xml version="1.0" encoding="UTF-8"?>
<feature
3
      id="de.hftstuttgart.cityunits.feature"
4
5
6
7
8
      label="City Units"
      version="1.0.0"
      provider-name="HfT Stuttgart">

   <description url="http://www.example.com/description">
Kai-Holger Brassel's avatar
Typo    
Kai-Holger Brassel committed
9
      Provides Indriya reference implementation of units of maesurement
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
(JSR 385) together with required dependencies and extensions
that introduces Ecore data types for double and long 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="org.eclipse.emf.ecore"/>
      <import plugin="org.eclipse.emf.edit" version="2.8.0" match="compatible"/>
      <import plugin="org.eclipse.core.runtime" version="3.8.0" match="compatible"/>
      <import plugin="org.eclipse.emf.databinding" version="1.3.0" match="compatible"/>
      <import plugin="org.eclipse.jface"/>
      <import plugin="javax.inject"/>
      <import plugin="org.eclipse.emfforms.common"/>
      <import plugin="org.eclipse.swt"/>
      <import plugin="tech.units.indriya" version="2.1.1" match="compatible"/>
      <import plugin="javax.measure.unit-api" version="2.1.1" match="compatible"/>
      <import plugin="uom-lib-common" version="2.1.0" match="compatible"/>
      <import plugin="org.eclipse.emf.ecp.edit.swt" version="1.24.0" match="compatible"/>
      <import plugin="org.eclipse.emf.ecp.ui.view.swt" version="1.24.0" match="compatible"/>
      <import plugin="org.eclipse.emf.ecp.view.core.swt" version="1.24.0" match="compatible"/>
      <import plugin="org.eclipse.emf.ecp.view.template.model" version="1.24.0" match="compatible"/>
      <import plugin="org.eclipse.emfforms.core.services.editsupport" version="1.24.0" match="compatible"/>
      <import plugin="org.eclipse.emfforms.swt.core.di" version="1.24.0" match="compatible"/>
      <import plugin="org.eclipse.emfforms.localization" version="1.24.0" match="compatible"/>
   </requires>

   <plugin
         id="de.hft-stuttgart.cityunits.model"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="de.hft-stuttgart.cityunits.ui.renderer"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>