Skip to main content
summaryrefslogtreecommitdiffstats
blob: c86f861845eb2b99010c48dccbf12937baf6a0e6 (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
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.fx.ide.rrobot.feature"
      label="e(fx)clipse - IDE - RRobot"
      version="0.8.1.qualifier"
      provider-name="BestSolution.at">

   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </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 feature="org.eclipse.xtend.sdk" version="2.4.2" match="greaterOrEqual"/>
   </requires>

   <plugin
         id="org.eclipse.fx.ide.rrobot"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.fx.ide.rrobot.dsl"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.fx.ide.rrobot.dsl.ui"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.fx.ide.rrobot.model"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top