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

Back to the top