Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: ef44b6625e35c61ba112ca138d55487659bf2271 (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/17/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.10" {
	org.eclipse.egit.feature.group
}

// updateFrom("Eclipse",0)
location platform "https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610" {
	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/R202401051648" {
	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/release/2.38.0" {
	org.eclipse.xsd.sdk.feature.group
}

// updateFrom("EPP Marketplace Client",0)
location marketPlace "https://download.eclipse.org/mpc/drops/1.10.3/v20240228-1000" {
	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