Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 273a8e591a67974cbda08aa559b419c22209f67a (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
73
74
75
target "Papyrus Extra" with requirements source

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

//updateFrom("EMF COMPARE",0) 

location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S201611040610" {
	org.eclipse.emf.compare.diagram.gmf.source.feature.group
	org.eclipse.emf.compare.source.feature.group
	org.eclipse.emf.compare.uml2.source.feature.group
}

//updateFrom("EMF CDO",0) 

location cdo "http://download.eclipse.org/modeling/emf/cdo/drops/S20161101-0352" {
	org.eclipse.net4j.feature.group
	org.eclipse.emf.cdo.server.feature.group
	org.eclipse.emf.cdo.dawn.feature.group
	org.eclipse.emf.cdo.feature.group
	org.eclipse.emf.cdo.server.db.feature.group
}

//updateFrom("M2T ACCELEO",0) 

location acceleo "http://download.eclipse.org/acceleo/updates/milestones/3.7/S201610150614" {
	org.eclipse.acceleo.runtime.source.feature.group
	org.eclipse.acceleo.source.feature.group
	org.eclipse.acceleo.query.source.feature.group
	org.eclipse.acceleo.sdk.feature.group
}

//manualUpdate 

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

//manualUpdate 

location rmf "http://download.eclipse.org/rmf/updates/releases" {
	org.eclipse.rmf.reqif10.sdk.feature.feature.group
	org.eclipse.rmf.reqif10.pror.sdk.feature.feature.group
}

//updateFrom("Extended Editing Framework (EEF)",0) 

location eef "http://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/" {
	org.eclipse.emf.eef.sdk-feature.feature.group
}

//updateFrom("GEF",0) 

location gef "http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952" {
	org.eclipse.zest.layouts
}

//manualUpdate

location elk "http://download.eclipse.org/elk/updates/releases/0.1.0/" {
	  org.eclipse.elk.feature.feature.group
	  org.eclipse.elk.ui.feature.feature.group
	  org.eclipse.elk.gmf.feature.feature.group
}


//Transitive dependencies
//Graphiti->emf.cdo.dawn, Sphinx->rmf.reqif10

//updateFrom("Graphiti",0)

location graphiti "http://download.eclipse.org/graphiti/updates/milestones/S-0.14.0M3-201610311154/" //

//updateFrom("Sphinx",0)

location sphinx "http://download.eclipse.org/sphinx/previews" //

Back to the top