Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7390861561c1e659035570c51bfa9750c45ca840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target "Compare Target Platform - Oxygen, Tests" with source requirements

include "compare-oxygen.tpd"


//Transitive dependency for Papyrus Nightly (Will be released in Oxygen.2 but is not yet present in Oxygen.1)
location xwt "http://download.eclipse.org/xwt/updates" {
	org.eclipse.xwt.feature.feature.group [1.3.1,2.0.0)
}


location sysml "http://download.eclipse.org/modeling/mdt/papyrus/components/sysml14" {
	org.eclipse.papyrus.sysml14.feature.feature.group [1.2.0,1.3.0)
}

location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/releases/" {
	org.eclipse.emf.compare.tests.source.feature.group [3.5.1,4.0.0)
}

Back to the top