Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ade37b51c4c5002c66bef09d64bad71d6f1359f0 (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
29
30
target "Eclipse Oxygen"

include "http://download.eclipse.org/sirius/updates/nightly/targets/modules/aql-nightly.tpd"

with source requirements

location Eclipse-Luna "http://download.eclipse.org/releases/2018-09" {
	org.eclipse.platform.feature.group lazy
	org.eclipse.sdk.feature.group lazy
	org.eclipse.uml2.uml.feature.group lazy
	org.eclipse.uml2.uml.editor lazy
	org.eclipse.xtext.sdk.feature.group lazy
	org.eclipse.xtend.sdk.feature.group lazy
	org.eclipse.emf.mwe2.runtime.sdk.feature.group lazy
	org.eclipse.emf.transaction.feature.group lazy
}


location Eclipse-Shared-License "http://download.eclipse.org/cbi/updates/license" {
	org.eclipse.license.feature.group lazy
}

location Sirius "http://download.eclipse.org/sirius/updates/releases/6.1.1/photon" {
	org.eclipse.sirius.interpreter.feature.feature.group lazy
	org.eclipse.sirius.runtime.feature.group lazy
}

location "http://download.eclipse.org/tools/orbit/downloads/drops/R20181128170323/repository" {
	org.hamcrest.library
}

Back to the top