-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathorg.opendaylight.eclipse.setup.setup
46 lines (46 loc) · 2.39 KB
/
org.opendaylight.eclipse.setup.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
<?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: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.workingsets="http://www.eclipse.org/oomph/setup/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/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/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
name="eclipse-setup">
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.opendaylight"
value="=https://raw.githubusercontent.com/vorburger/opendaylight-eclipse-setup/master/->${git.clone.github.eclipse.setup.location|uri}/"
vm="true"/>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.github.eclipse.setup"
location="${git.clone.opendaylight.ROOT.location/opendaylight-eclipse-setup}"
remoteURI="https://github.com/vorburger/opendaylight-eclipse-setup.git"
checkoutBranch="master">
<description>git clone https://github.com/vorburger/opendaylight-eclipse-setup</description>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask"
id="import.nomaven">
<sourceLocator
rootFolder="${git.clone.github.eclipse.setup.location}"
locateNestedProjects="true"/>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
<workingSet
name="eclipse-setup">
<predicate
xsi:type="predicates:LocationPredicate"
pattern="${git.clone.github.eclipse.setup.location}.*"/>
</workingSet>
</setupTask>
<stream name="master"/>
<logicalProjectContainer
xsi:type="setup:ProjectCatalog"
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.opendaylight']"/>
</setup:Project>