Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6eea54c3da62163b398847a4790f29589b2c5a21 (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
31
32
33
34
35
36
target "Papyrus CDO Tests" with source requirements

include
"../../../main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.tpd"

//manualUpdate

location PapyrusMain "http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master"{
	org.eclipse.papyrus.sdk.feature.feature.group lazy
}

//location PapyrusToolsmithis 

location Sysml "https://hudson.eclipse.org/papyrus/job/papyrus-sysml-master/4/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/" {
	org.eclipse.papyrus.sysml14.feature.feature.group lazy
}

location papyrusCdo "https://hudson.eclipse.org/papyrus/job/Papyrus-CDO/lastSuccessfulBuild/artifact/repository/" {
	org.eclipse.papyrus.cdo.feature.feature.group lazy
	org.eclipse.papyrus.cdo.models.feature.feature.group lazy

}


//manual update 
location cdo "http://download.eclipse.org/modeling/emf/cdo/drops/I20181123-0100" {
 org.eclipse.emf.cdo.explorer 
 org.eclipse.emf.cdo.dawn
 org.eclipse.emf.cdo.dawn.gmf
 org.eclipse.emf.cdo.admin
 org.eclipse.emf.cdo.explorer.ui
 org.eclipse.emf.cdo.ui.admin
 org.eclipse.emf.cdo.server.ocl
 org.eclipse.emf.cdo.ecore lazy
 org.eclipse.emf.cdo.gmf.notation lazy
}

Back to the top