Skip to main content
summaryrefslogtreecommitdiffstats
blob: 66c59bdf0c2cbd14bb7ab5bd08ef13c748f891fa (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
25
26
27
target "EMF Compare based on Mars SDK with Logical Model"

include "fragments/licence.tpd"
include "fragments/orbit.tpd"
include "fragments/egit-logical-nightly.tpd"
include "fragments/perf.tpd"
include "fragments/swtbot.tpd"
include "fragments/sirius.tpd"


with source, requirements

/*
 * Can be used for local dev env to depend on the logical model
 * build of EGit.
 */
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.jdt.annotation [1.1.100,2.0.0)
}

Back to the top