-
Notifications
You must be signed in to change notification settings - Fork 9
/
xturtleDev.setup
258 lines (258 loc) · 18.1 KB
/
xturtleDev.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<?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:launching="http://www.eclipse.org/oomph/setup/launching/1.0"
xmlns:predicates="http://www.eclipse.org/oomph/predicates/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"
xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/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/launching/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.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 http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="Xturtle Develop"
label="Xturtle Develop">
<setupTask
xsi:type="setup.p2:P2Task"
id="WikiText"
label="WikiText etc">
<requirement
name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
<requirement
name="org.eclipse.pde.api.tools.ee.feature.feature.group"
optional="true"/>
<requirement
name="org.eclipse.m2e.feature.feature.group"
optional="true"/>
<repository
url="http://download.eclipse.org/mylyn/releases/latest"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
id="Xtext stuff"
label="Xtext stuff">
<requirement
name="org.eclipse.xtext.sdk.feature.group"
versionRange="[2.6.0,2.7.0)"/>
<requirement
name="de.itemis.xtext.antlr.sdk.feature.group"
versionRange="2.0.0"/>
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.1"/>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.xturtle"
remoteURI="AKSW/Xturtle"
pushURI="">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>${scope.project.label} GitHub repository protocol</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<description>Xturtle</description>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.xturtlewiki"
remoteURI="https://github.com/AKSW/xturtle.wiki.git"
checkoutBranch="master">
<description>Xturtle Wiki Git</description>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
predecessor="git.clone.xturtle">
<targlet
name="Xtext Target Platform"
activeRepositoryList="${eclipse.target.platform}">
<requirement
name="org.eclipse.platform.feature.group"/>
<requirement
name="org.eclipse.jdt.feature.group"/>
<requirement
name="org.eclipse.xtext.runtime.feature.group"
versionRange="[2.6.0,2.7.0)"/>
<requirement
name="org.eclipse.xtext.ui.feature.group"
versionRange="[2.6.0,2.7.0)"/>
<requirement
name="org.eclipse.xtend.lib"
versionRange="[2.6.0,2.7.0)"/>
<requirement
name="org.eclipse.xtext.xbase.lib"
versionRange="[2.6.0,2.7.0)"/>
<requirement
name="org.eclipse.xtext.junit4"
versionRange="[2.6.0,2.7.0)"/>
<requirement
name="org.eclipse.pde.junit.runtime"/>
<requirement
name="org.eclipse.pde.core"/>
<repositoryList
name="Mars">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
<repositoryList
name="Luna">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
<repositoryList
name="Kepler">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
<repositoryList
name="Juno">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
<repositoryList
name="Indigo">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
<repositoryList
name="Helios">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
<repositoryList
name="Galileo">
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<repository
url="http://download.itemis.com/updates/releases/2.1.0/"/>
<repository
url="http://download.eclipse.org/technology/m2e/releases/1.0/"/>
</repositoryList>
</targlet>
<targlet
name="Xturtle-Targlet">
<requirement
name="de.itemis.tooling.xturtle"/>
<requirement
name="de.itemis.tooling.xturtle.ui"/>
<requirement
name="de.itemis.tooling.xturtle.tests"
optional="true"/>
<sourceLocator
rootFolder="${git.clone.xturtle.location}"
locateNestedProjects="true"/>
</targlet>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask"
id="additional.Xturtle.project.imports">
<sourceLocator
rootFolder="${git.clone.xturtle.location}"/>
<sourceLocator
rootFolder="${git.clone.xturtlewiki.location}"/>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
<workingSet
name="Xturtle">
<predicate
xsi:type="predicates:OrPredicate">
<operand
xsi:type="predicates:NamePredicate"
pattern=".*tooling\.xturtle"/>
<operand
xsi:type="predicates:NamePredicate"
pattern=".*tooling\.xturtle\.ui"/>
</predicate>
</workingSet>
<workingSet
name="Vocabulary">
<predicate
xsi:type="predicates:NamePredicate"
pattern="xturtle.*"/>
</workingSet>
<workingSet
name="Distro">
<predicate
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@setupTasks.6/@workingSets.0 //@setupTasks.6/@workingSets.1"/>
</workingSet>
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="STARTUP MANUAL"
content="<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
		<item value="true" key="group_libraries"/>
		<item value="true" key="linkWithEditor"/>
		<item value="1" key="layout"/>
		<item value="2" key="rootMode"/>
		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;1&quot; linkWithEditor=&quot;1&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0A;&lt;localWorkingSetManager&gt;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1409916900229_4&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;&gt;&#x0A;&lt;item elementID=&quot;=de.itemis.tooling.xturtle.tests&quot; factoryID=&quot;org.eclipse.jdt.ui.PersistableJavaElementFactory&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/de.itemis.tooling.xturtle.feature&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/de.itemis.tooling.xturtle.targetplatform&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/de.itemis.tooling.xturtle.updatesite&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.core&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.dc&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.doap&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.foaf&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.geo&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.http&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.r2rml&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.schemaorg&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.sioc&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.skos&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.umbel&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;item factoryID=&quot;org.eclipse.ui.internal.model.ResourceFactory&quot; path=&quot;/xturtle.voidvann&quot; type=&quot;4&quot;/&gt;&#x0A;&lt;/workingSet&gt;&#x0A;&lt;/localWorkingSetManager&gt;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Xturtle&quot;/&gt;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0A;&lt;allWorkingSets workingSetName=&quot;Distro&quot;/&gt;&#x0A;&lt;allWorkingSets workingSetName=&quot;Vocabulary&quot;/&gt;&#x0A;&lt;allWorkingSets workingSetName=&quot;Xturtle&quot;/&gt;&#x0A;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;&gt;&#x0A;&lt;xmlDefinedFilters&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;/xmlDefinedFilters&gt;&#x0A;&lt;lastRecentlyUsedFilters&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot;/&gt;&#x0A;&lt;/lastRecentlyUsedFilters&gt;&#x0A;&lt;/customFilters&gt;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
	</section>
</section>
"
targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
encoding="UTF-8"/>
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.xturtleSetup"
value="=https://raw.githubusercontent.com/AKSW/Xturtle/master/xturtleDev.setup->${git.clone.xturtle.location|uri}/xturtleDev.setup"
vm="true"/>
<setupTask
xsi:type="projects:ProjectsBuildTask"
onlyNewProjects="true"
refresh="true">
<description></description>
</setupTask>
<setupTask
xsi:type="launching:LaunchTask"
id="GenerateXturtle"
launcher="Generate Language Infrastructure (de.itemis.tooling.xturtle)"/>
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.debug.ui">
<setupTask
xsi:type="setup:PreferenceTask"
id=""
key="/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.cancel_launch_with_compile_errors"
value="always"/>
</setupTask>
<stream name="master"
label="master">
<description>master</description>
</stream>
<stream name="develop"
label="develop">
<description>develop</description>
</stream>
<description></description>
</setup:Project>