Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6738ab8589cea4a2efc36e9928dddf9f70f7d76b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Target Platform for papyrus RT tooling, with Papyrus-RT core
target "Papyrus Nightly TP for Tooling" with source requirements

include "../org.eclipse.papyrusrt.targetplatform.core/org.eclipse.papyrusrt.targetplatform.core.tpd"

location "https://hudson.eclipse.org/papyrus-rt/job/Papyrus-RT-Master-Core/lastSuccessfulBuild/artifact/repository/" papyrus-rt-core {
	org.eclipse.papyrusrt.umlrt.core.feature.feature.group lazy
	org.eclipse.papyrusrt.umlrt.common.feature.feature.group lazy
	org.eclipse.papyrusrt.umlrt.common.ui.feature.feature.group lazy
	org.eclipse.papyrusrt.umlrt.cpp.feature.feature.group lazy
	org.eclipse.papyrusrt.umlrt.core.feature.source.feature.group lazy
	org.eclipse.papyrusrt.umlrt.common.feature.source.feature.group lazy
	org.eclipse.papyrusrt.umlrt.common.ui.feature.source.feature.group lazy
	org.eclipse.papyrusrt.umlrt.cpp.feature.source.feature.group lazy
}

Back to the top