Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0b643bf565b4ea44fe5af4cfc34048d0fe138458 (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
target "CollaborativeModeling CDO - Oxygen" with source requirements

location "http://download.eclipse.org/releases/oxygen/" eclipse-oxygen {
 org.eclipse.sdk.feature.group 
}

/** Manual dependencies */

//manualUpdate
location papyrusOxygenN "https://hudson.eclipse.org/papyrus/job/Papyrus-Oxygen/lastSuccessfulBuild/artifact/repository/" {
 org.eclipse.papyrus.sdk.feature.feature.group lazy
 org.eclipse.papyrus.toolsmiths.feature.feature.group lazy
}

//manualUpdate
location papyrusOxygenDevN "https://hudson.eclipse.org/papyrus/job/Papyrus-Oxygen-Developer/lastSuccessfulBuild/artifact/repository/" {
 org.eclipse.papyrus.junit.utils lazy
 org.eclipse.papyrus.junit.framework lazy
}



/** Automatic dependencies */

//updateFrom("EMF CDO",0) 
location cdo "http://download.eclipse.org/modeling/emf/cdo/drops/R20170614-0227" {
 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
}

Back to the top