Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 84df9adc5a1a76cb537ad4e26df1a22595678332 (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
target "Papyrus Dev" with requirements source

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

//manualUpdate 

location b3 "http://download.eclipse.org/cbi/updates/aggregator/ide/4.5/" {
	org.eclipse.b3.aggregator.editor.feature.source.feature.group
	org.eclipse.b3.aggregator.editor.feature.feature.group
	org.eclipse.b3.aggregator.engine.feature.source.feature.group
}

//manualUpdate 

location upr "http://download.eclipse.org/upr/0.9RC1/update/" {
	org.eclipse.upr.utp.feature.feature.group
}

//updateFrom("oomph",0) 

location oomph "http://download.eclipse.org/oomph/drops/milestone/S20161019-063628-1.6.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
}

//manualUpdate

location tpd "http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/" {
	fr.obeo.releng.targetplatform-feature.feature.group
}

//Transitive dependencies


//updateFrom("EGIT",0) 

location egit "http://download.eclipse.org/egit/updates-4.4.1" //

//updateFrom("m2e",0)

location m2e "http://download.eclipse.org/technology/m2e/releases/1.7/1.7.0.20160603-1933" //

Back to the top