Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ee9c2a54997f429eb43de6d41a30c1a81fe58955 (plain) (blame)
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
target "Papyrus Toolsmiths" with requirements source

include "../../../main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd"


/*** Manual referencing ***/

//manualUpdate
// This will need to be changed as soon as the new build is available @see Bug 538414
location tpd "http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT" {
    org.eclipse.cbi.targetplatform-feature.feature.group lazy
}

//manualUpdate 

location cbiAggregator "http://download.eclipse.org/cbi/updates/aggregator/ide/4.8/" {
    org.eclipse.cbi.p2repo.aggregator.editor.feature.source.feature.group lazy
    org.eclipse.cbi.p2repo.aggregator.editor.feature.feature.group lazy
    org.eclipse.cbi.p2repo.aggregator.engine.feature.source.feature.group lazy
}

//manualUpdate

location gmfTooling "http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a" {
    org.eclipse.gmf.codegen
    org.eclipse.gmf.codegen.ui
    org.eclipse.gmf.codegen.xtend
    org.eclipse.gmf.codegen.xtend.ui
}


/*** Updates from the Simrel repository ***/

//updateFrom("oomph",0) 

location oomph "https://download.eclipse.org/oomph/drops/milestone/S20190206-100647-1.12.0-M2" {
	org.eclipse.oomph.version.feature.group
	org.eclipse.oomph.setup.workingsets.feature.group
	org.eclipse.oomph.projectconfig.feature.group
	org.eclipse.oomph.setup.targlets.feature.group
	org.eclipse.oomph.setup.mylyn.feature.group
	org.eclipse.oomph.setup.workbench.feature.group
	org.eclipse.oomph.setup.projectset.feature.group
	org.eclipse.oomph.setup.pde.feature.group
	org.eclipse.oomph.targlets.feature.group
	org.eclipse.oomph.setup.jdt.feature.group
	org.eclipse.oomph.setup.projects.feature.group
	org.eclipse.oomph.setup.git.feature.group
	org.eclipse.oomph.setup.maven.feature.group
	org.eclipse.oomph.p2.feature.group
	org.eclipse.oomph.setup.feature.group
	org.eclipse.oomph.preferences.feature.group
}

//updateFrom("EGIT",0) 

location egit "http://download.eclipse.org/egit/staging/v5.3.0.201901162155-m1" // oomph

//updateFrom("m2e",0)

location m2e "https://download.eclipse.org/technology/m2e/milestones/1.10/1.10.0.20181127-2120" // oomph

//updateFrom("Mylyn",0)

location mylyn "http://download.eclipse.org/mylyn/drops/3.24.2/v20180905-2014" // oomph

//updateFrom("EMF COMPARE",0)

location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S201812111422/" {
	org.eclipse.emf.compare.ide.ui.feature.group lazy
	org.eclipse.emf.compare.source.feature.group
}

Back to the top