Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4e379db884839cd373e90e66e0880b9fc9e3edd6 (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
49
50
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.fx.ide.fxgraph.feature"
      label="e(fx)clipse - IDE - FXGraph"
      version="0.9.0.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.fx.ide.basic.feature"/>
      <import feature="org.eclipse.xtext.sdk" version="2.4.2" match="greaterOrEqual"/>
   </requires>

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

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

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

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

</feature>

Back to the top