Skip to main content
summaryrefslogtreecommitdiffstats
blob: c89442dd6eacf0a8ac41c28b6cd3ad1f4942db23 (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/S201905231313/" {
	org.eclipse.emf.compare.source.feature.group
}

Back to the top