-
Notifications
You must be signed in to change notification settings - Fork 3
/
VODSLEditor.setup
69 lines (69 loc) · 2.52 KB
/
VODSLEditor.setup
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<setup:Product
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore"
name="vodsl"
label="VODSL ">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="folderName">
<value>eclipse</value>
</detail>
<detail
key="folderName.macosx">
<value>Eclipse</value>
</detail>
</annotation>
<version name="2021-06"
label="2021-06"
requiredJavaVersion="11">
<setupTask
xsi:type="setup.p2:P2Task"
id="vodsleditor"
label="${scope.product.label} (${scope.product.version.label})">
<requirement
name="org.eclipse.platform.ide"/>
<requirement
name="org.eclipse.platform.feature.group"/>
<requirement
name="org.eclipse.rcp.feature.group"/>
<requirement
name="org.eclipse.fx.core.shared.feature.feature.group"/>
<requirement
name="org.eclipse.fx.runtime.min.feature.feature.group"/>
<requirement
name="net.ivoa.vodsl.feature.feature.group"/>
<requirement
name="org.eclipse.egit.feature.group"/>
<requirement
name="openjfx.swt.feature.feature.group"/>
<requirement
name="openjfx.standard.feature.feature.group"/>
<repository
url="http://download.eclipse.org/releases/2021-06"/>
<repository
url="https://vo.jb.man.ac.uk/eclipse/vodsleditor/"/>
<repository
url="https://vo.jb.man.ac.uk/eclipse/fxdiagram/"/>
<repository
url="http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release_pragmatics_2016-02/"/>
<repository
url="https://download.eclipse.org/efxclipse/runtime-shared-released/3.7.0/site/"/>
<repository
url="https://vo.jb.man.ac.uk/eclipse/javafx/"/>
<description>Editor for VODSL</description>
</setupTask>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-11"
location="${jre.location-11}"/>
<description>VODSL Editor for 2021-06.</description>
</version>
<description>VODSL Editor provides cool stuff.</description>
</setup:Product>