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

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

//updateFrom("EGIT",0)
location egit "http://download.eclipse.org/egit/staging/v4.4.0.201606011500-rc2" {
	org.eclipse.egit.feature.group
}

//updateFrom("Eclipse",0)

location platform "http://download.eclipse.org/eclipse/updates/4.6-I-builds/I20160525-2000/" {
	org.eclipse.e4.core.tools.feature.feature.group
}

//updateFrom("Mylyn",0)

location mylyn "http://download.eclipse.org/mylyn/drops/3.20.0/v20160531-1750" {
	org.eclipse.mylyn.ide_feature.feature.group
	org.eclipse.mylyn.java_feature.feature.group
	org.eclipse.mylyn.pde_feature.feature.group
	org.eclipse.mylyn.bugzilla_feature.feature.group
	org.eclipse.mylyn.context_feature.feature.group
	org.eclipse.mylyn_feature.feature.group
	org.eclipse.mylyn.wikitext_feature.feature.group
}

//updateFrom("EMF COMPARE",0) 

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

//updateFrom("EMF (Core)",0)

location emf "http://download.eclipse.org/modeling/emf/emf/updates/2.12/" {
	org.eclipse.xsd.sdk.feature.group
}

//updateFrom("EMF CDO",0) 

location cdo "http://download.eclipse.org/modeling/emf/cdo/drops/S20160601-1307" {
	org.eclipse.emf.cdo.epp.feature.group
}

//updateFrom("Eclipse",0)

location platform "http://download.eclipse.org/eclipse/updates/4.6-I-builds/I20160525-2000/" {
	org.eclipse.rcp.configuration.feature.group
	org.eclipse.equinox.executable.feature.group
}

Back to the top