Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2ae44a79e9b1be25907c70d92e465e91515ab8df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
target "EMF Compare based on Mars SDK"

include "fragments/licence.tpd"
include "fragments/orbit.tpd"
include "fragments/perf.tpd"
include "fragments/sirius.tpd"

with source, requirements

location "http://download.eclipse.org/releases/mars" {
	org.eclipse.platform.sdk lazy
	org.eclipse.emf.sdk.feature.group lazy
	org.eclipse.emf.transaction.sdk.feature.group lazy
	org.eclipse.uml2.feature.group lazy
	org.eclipse.gmf.runtime.notation.sdk.feature.group lazy
	org.eclipse.emf.ecoretools.sdk.feature.group lazy
	org.eclipse.papyrus.sdk.feature.feature.group lazy
	org.eclipse.team.svn.feature.group lazy
	org.eclipse.egit.feature.group lazy
}

location "http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/mars/" {
	org.eclipse.papyrus.sysml.feature.feature.group lazy
}

Back to the top