Skip to main content
summaryrefslogtreecommitdiffstats
blob: b57b6ecfb3650bfcc46d2003ac3c5598438ae64f (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
28
target "EMF Compare based on Mars SDK with Logical Model and Papyrus"

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"
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,
 * 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