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

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

// manualUpdate
location "https://download.eclipse.org/justj/jres/11/updates/release" justj {
	org.eclipse.justj.openjdk.hotspot.jre.full.feature.group lazy
}

// manualUpdate
location mylyn "https://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956" {
	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
}

/*** Updates from the Simrel repository ***/
// updateFrom("EGit",0)
location egit "https://download.eclipse.org/egit/updates-6.4" {
	org.eclipse.egit.feature.group
}

// updateFrom("Eclipse",0)
location platform "https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230104-1800/" {
	org.eclipse.e4.core.tools.feature.feature.group
	org.eclipse.rcp.configuration.feature.group
	org.eclipse.equinox.executable.feature.group
}

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

// updateFrom("EMF (Core)",0)
location emf "https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202301040454" {
	org.eclipse.xsd.sdk.feature.group
}

// updateFrom("EPP Marketplace Client",0)
location marketPlace "https://download.eclipse.org/mpc/drops/1.10.1/v20221110-1841/" {
	org.eclipse.epp.mpc.feature.group
}

// updateFrom("User Storage SDK",0)
location userstorage "https://download.eclipse.org/usssdk/drops/release/1.2.2/" {
	org.eclipse.userstorage.feature.group
}

Back to the top