Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2e29fb4c9b1f2ed9ae0a11507a1c6ab87825f628 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target "EMF Compare based on Oxygen SDK"

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

with source, requirements

location "http://download.eclipse.org/releases/oxygen" {
	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.gmf.runtime.diagram.ui lazy
	org.eclipse.team.svn.feature.group lazy
}

Back to the top