blob: 9c35634c1f7f63cac1e2df92d01a039fdf35ab06 [file] [log] [blame]
target "Compare Target Platform - Oxygen, Tests" with source requirements
include "compare-oxygen.tpd"
location "https://hudson.eclipse.org/papyrus/job/Papyrus-Oxygen-Developer/lastSuccessfulBuild/artifact/repository/" {
org.eclipse.papyrus.junit.utils lazy
org.eclipse.papyrus.junit.framework lazy
}
//For the tests, we need a nightly version of some Papyrus plugins, as breaking changes have been
//introduced between Oxygen.1 (Release) and Oxygen.2 (Nightly)
//Papyrus test framework is only available as a Nightly, and depends on these breaking changes
location papyrusNightly "http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/oxygen" {
//Override Papyrus units from compare-release.tpd, to make sure we pull the nightly
org.eclipse.papyrus.sdk.feature.feature.group lazy
//That's the feature we explicitly need, for the Papyrus junit.utils to work
org.eclipse.papyrus.infra.nattable.feature.feature.group lazy
}
//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)
}