Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 90934b61ea20ac02ad18e690379c6b245bf9d309 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
target "Papyrus Main" with requirements source


//updateFrom("QVT Operational",0)

location qvto "http://download.eclipse.org/mmt/qvto/updates/milestones/3.7.0/S201703131617" {
	org.eclipse.m2m.qvt.oml.sdk.feature.group
}

//updateFrom("EMF TRANSACTION",0)

location emfTransaction "http://download.eclipse.org/modeling/emf/transaction/updates/milestones/S201703131630" {
	org.eclipse.emf.transaction.sdk.feature.group
}

//updateFrom("M2T XPAND",0) 

location xpand "http://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/" {
	org.eclipse.xpand.sdk.feature.group
	org.eclipse.xtend.feature.group
}

//manualUpdate

location nebula "http://download.eclipse.org/nebula/releases/1.2.0/" {
	org.eclipse.nebula.widgets.richtext.feature.feature.group
}

//updateFrom("MDT UML2",0) 

location uml "http://download.eclipse.org/modeling/mdt/uml2/updates/5.3milestones" {
	org.eclipse.uml2.sdk.feature.group
}

//updateFrom("GMF Runtime",0) 

location gmfRuntime "http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201703131642" {
	org.eclipse.gmf.runtime.sdk.feature.group
}

//updateFrom("Eclipse",0)

location platform "http://download.eclipse.org/eclipse/updates/4.7milestones/S-4.7M6-201703082000/" {
	org.eclipse.sdk.feature.group
}

//updateFrom("Eclipse OCL 6.3",0) 

location ocl "http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.3.0/S201703130743" {
	org.eclipse.ocl.examples.classic.feature.group
	org.eclipse.ocl.examples.feature.group
}

//updateFrom("XWT",0)

location xwt "http://download.eclipse.org/xwt/release-1.2.0" {
	org.eclipse.xwt.feature.feature.group
}

//updateFrom("Xtext, Xtend",0)

location xtext "http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/" {
	org.eclipse.xtext.sdk.feature.group
	org.eclipse.xtend.sdk.feature.group
	org.eclipse.xtext.redist.feature.group
	org.eclipse.xtext.runtime.feature.group
    org.eclipse.xtext.ui.feature.group
}

//manualUpdate

location nattable "http://download.eclipse.org/nattable/releases/1.5.0/repository" {
	org.eclipse.nebula.widgets.nattable.core.feature.feature.group
	org.eclipse.nebula.widgets.nattable.core.source.feature.feature.group
	org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature.feature.group
	org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature.feature.group
	org.eclipse.nebula.widgets.nattable.extension.nebula.feature.feature.group
	org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature.feature.group
}

//updateFrom("EMFT MWE",0)

location mwe "http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/" {
	org.eclipse.emf.mwe2.language.sdk.feature.group
}

//updateFrom("WebTools",0) 

location webtools "http://download.eclipse.org/webtools/downloads/drops/R3.9.0/S-3.9.0M6-20170314000054/repository/" {
	org.eclipse.wst.xml_ui.feature.feature.group
}

//updateFrom("Subversive",0) 

location subversive "http://download.eclipse.org/technology/subversive/4.0/neon-site/" {
	org.eclipse.team.svn.feature.group lazy
}

//updateFrom("EMF VALIDATION",0)

location emfValidation "http://download.eclipse.org/modeling/emf/validation/updates/milestones/S201703131631" {
	org.eclipse.emf.validation.sdk.feature.group
}

//updateFrom("GMF Notation",0)

location gmfNotation "http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201703131640" {
	org.eclipse.gmf.runtime.notation.sdk.feature.group
}

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

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

//updateFrom("EMF Query",0) 

location emfQuery "http://download.eclipse.org/modeling/emf/query/updates/milestones/S201703131629" {
	org.eclipse.emf.query.sdk.feature.group
}

//updateFrom("GEF",0)

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

//manualUpdate (Needed by infra.tools and other plugins)

location orbit "http://download.eclipse.org/tools/orbit/S-builds/S20170306214312/repository" {
	com.google.guava 21.0.0
	com.google.guava.source 21.0.0
}

Back to the top