Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0baa4bafc15c2dc6746eacf3b3213ab2af940ad4 (plain) (blame)
1
2
3
4
5
6
7
8
9
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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.osee.client.all.feature"
      label="%featureName"
      version="0.17.1.qualifier"
      provider-name="%providerName">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <includes
         id="org.eclipse.osee.client.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.client.ote.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.core.runtime.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.coverage.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.ats.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.ats.client.demo.feature"
         version="0.0.0"/>

</feature>

Back to the top