Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ea05bb3eff7bbe80e99b47af41ef5506c7db4d81 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
target "Papyrus Extra" with requirements source

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

location orbit "http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository" {
	org.apache.batik.dom lazy
	org.apache.batik.dom.svg lazy
	org.apache.batik.extension lazy
	org.apache.batik.svggen lazy
	org.apache.batik.swing lazy
	org.apache.batik.transcoder lazy
	org.apache.batik.util lazy
	org.apache.batik.xml lazy
	org.w3c.dom.svg lazy
}

//updateFrom("EPP Logging",0) 

location aeri "http://download.eclipse.org/technology/epp/logging/milestones/" {
	org.eclipse.epp.logging.aeri.feature.feature.group
}

//updateFrom("EMF COMPARE",0) 

location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.2/S201608311750" {
	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/R20160607-1209" {
	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.6/S201608301456" {
	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/0.13.0" {
	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

//updateFrom("Graphiti",0)

location graphiti "http://download.eclipse.org/graphiti/updates/maintenance/S-0.13.1Neon.1RC2-201608301309/" //

//updateFrom("Sphinx",0)

location sphinx "http://download.eclipse.org/sphinx/updates/0.10.x" //

Back to the top