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

include "../../main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd"

/*** Manual referencing ***/
// manualUpdate
// This will need to be changed as soon as the new build is available @see Bug 538414
location tpd "https://download.eclipse.org/cbi/updates/tpd/nightly/latest/" {
	org.eclipse.cbi.targetplatform.feature.feature.group lazy
}

// manualUpdate 
location cbiAggregator "https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/" {
	org.eclipse.cbi.p2repo.aggregator.editor.feature.source.feature.group lazy
	org.eclipse.cbi.p2repo.aggregator.editor.feature.feature.group lazy
	org.eclipse.cbi.p2repo.aggregator.engine.feature.source.feature.group lazy
}

/*** Updates from the Simrel repository ***/
// manualUpdate
// Oomph 1.26 seems to require java 17 through its dependencies (m2e)
location oomph "https://download.eclipse.org/oomph/drops/release/1.25.0" {
	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
}

// updateFrom("EGit",0) 
location egit "https://download.eclipse.org/egit/updates-6.4" // oomph

// manualUpdate
// 2.0.5 seems to require java 17
location m2e "https://download.eclipse.org/technology/m2e/releases/1.20.1" // oomph

location mylyn "https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956" // oomph

// updateFrom("EMF Compare",0)
location emfCompare "https://download.eclipse.org/modeling/emf/compare/updates/releases/3.3/R202211161457/" {
	org.eclipse.emf.compare.ide.ui.feature.group lazy
	org.eclipse.emf.compare.source.feature.group
}

Back to the top