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

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

//updateFrom("EMF COMPARE",0)

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

//manualUpdate ("GMF Tooling",0) 

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

Back to the top