-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathxturtleUse.setup
49 lines (49 loc) · 1.62 KB
/
xturtleUse.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
<?xml version="1.0" encoding="UTF-8"?>
<setup:Project
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
name="Xturtle Editor"
label="Xturtle Editor">
<setupTask
xsi:type="setup.p2:P2Task"
id="Xturtle dependencies"
label="">
<requirement
name="org.eclipse.xtext.redist.feature.group"
versionRange="2.6.0"/>
<requirement
name="de.itemis.tooling.xturtle.feature.feature.group"/>
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
</setupTask>
<setupTask
xsi:type="setup:ResourceCopyTask"
sourceURL="https://github.com/AKSW/Xturtle/archive/master.zip"
targetURL="${workspace.location|uri}/master.zip"/>
<stream name="release"
label="Release">
<setupTask
xsi:type="setup.p2:P2Task"
id="Xturtle release updatesite"
label="">
<repository
url="http://xturtle.aksw.org/site.xml"/>
</setupTask>
<description>installs the latest released version</description>
</stream>
<stream name="snapshot"
label="Snapshot">
<setupTask
xsi:type="setup.p2:P2Task"
id="Xturtle snapshot update site"
label="">
<repository
url="http://xturtle.nittka.de/snapshot/site.xml"/>
</setupTask>
<description>installs the latest snapshot version</description>
</stream>
<description>Xturtle Editor für Eclipse</description>
</setup:Project>