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

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


//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
}

//manualUpdate (org.eclipse.papyrus.tests.feature -> oep.tests.framework) 

location upr "http://download.eclipse.org/upr/0.9RC1/update/" {
	org.eclipse.upr.utp.feature.feature.group
}

Back to the top