Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6d94a3c7a75dc8c805154811ac19f670f296cbcd (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
target "EMF Compare based on Mars SDK"

include "fragments/licence.tpd"
include "fragments/orbit.tpd"
include "fragments/egit-logical-nightly.tpd"
include "fragments/perf.tpd"
include "fragments/papyrus.tpd"
include "fragments/uml2-interim.tpd"

with source, requirements

/*
 * Can be used for local dev env to depend on the logical model build of EGit,
 * interim builds of UML2 (cf bug 465216) and Papyrus and extras (richtext,
 * UML-RT and migration.rsa).
 */
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.gmf.runtime.notation.sdk.feature.group lazy
	org.eclipse.papyrus.sdk.feature.feature.group lazy
	org.eclipse.emf.ecoretools.sdk.feature.group lazy
	org.eclipse.team.svn.feature.group lazy
	org.eclipse.jdt.annotation [1.1.100,2.0.0)
}

Back to the top