Skip to main content
summaryrefslogtreecommitdiffstats
blob: bcc4504dee89e1d84a19fe0e425b0e1059fa31c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target "Papyrus Tests" with source requirements

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

//manualUpdate

location gmfTooling "http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a" {
	org.eclipse.gmf.codegen
	org.eclipse.gmf.codegen.ui
	org.eclipse.gmf.codegen.xtend
	org.eclipse.gmf.codegen.xtend.ui
}

//updateFrom("EMF COMPARE",0)

location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S201903050300/" {
	org.eclipse.emf.compare.source.feature.group
}

Back to the top