-
Notifications
You must be signed in to change notification settings - Fork 1
/
TVTDbEditor.setup
150 lines (150 loc) · 5.06 KB
/
TVTDbEditor.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?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:git="http://www.eclipse.org/oomph/setup/git/1.0"
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/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/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore"
name="TVTDatabaseEditor.git"
label="TVT Database Editor">
<setupTask
xsi:type="setup:EclipseIniTask"
disabled="true"
option="-Xmx"
value="1024m"
vm="true">
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.xtext.redist.feature.group"/>
<requirement
name="org.tvtower.db.feature.feature.group"/>
<repository
url="https://www.nittka.de/download/tvtdb"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.TVTower"
successor="//@setupTasks.3"
remoteURI="https://github.com/TVTower/TVTower.git">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit_disabled">
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>TVT Repository</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<description>TVTower Repository</description>
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="BOOTSTRAP"
targetURL="${git.clone.TVTower.location/res/database|uri}/.project"
encoding="UTF-8">
<description>Create project file for import.</description>
<content>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TVTower-Database</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>
</content>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask"
id="dictcheck.import">
<sourceLocator
rootFolder="${git.clone.TVTower.location/res/database}"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
id="temporarilyDisabled"
disabled="true"
name="Disabled">
<setupTask
xsi:type="setup:ResourceCreationTask"
id="tvtower.create.projectfile"
excludedTriggers="BOOTSTRAP"
targetURL="${git.clone.TVTower.location|uri}/.project"
encoding="UTF-8">
<description>create TVTower project file for import</description>
<content>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TVTower</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>
</content>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.TVTower"
disabled="true"
successor="tvtower.create.projectfile"
remoteURI="TVTower/TVTower">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>TVTower Github repository</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<description>${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
name="eclipse.target.platform"
defaultValue="2021-03"
storageURI="scope://Workspace"/>
<description>aktuell deaktivierte Tasks</description>
</setupTask>
<stream name="master"
label="master"/>
</setup:Project>