-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.neclipse.emfcompare.project.catalog.setup
51 lines (51 loc) · 2.11 KB
/
org.neclipse.emfcompare.project.catalog.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
<?xml version="1.0" encoding="UTF-8"?>
<setup:ProjectCatalog
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:jdt="http://www.eclipse.org/oomph/setup/jdt/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/jdt/1.0 index:/models/JDT.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="emfcompare"
label="EMFCompare">
<setupTask
xsi:type="setup:WorkspaceTask"
id="workspace"/>
<project name="EMFCompare"
label="EMFCompare">
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-1.7"
location="${jre.location-1.7}">
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.oomph.setup.feature.group"/>
<repository
url="${oomph.update.url}"/>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.neclipse.emfcompare"
remoteURI="https://github.com/nbhusare/EMF-Compare.git">
<description>Clone the EMF Compare Custom Project</description>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask">
<sourceLocator
rootFolder="${git.clone.neclipse.emfcompare.location}"/>
</setupTask>
<stream
name="master"
label="master">
<description>Master stream</description>
</stream>
<description>EMF Compare Custom Project</description>
</project>
<description>EMFCompare provides cool projects.</description>
</setup:ProjectCatalog>