Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1c2e8714d121a121e3d92274c579630206661d3b (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// Target Platform for papyrus RT

target "Papyrus Milestones TP Common" with source requirements

location "http://download.eclipse.org/staging/oxygen/" eclipse-staging {
 org.eclipse.equinox.executable.feature.group lazy
 org.eclipse.xtend.sdk.feature.group lazy
 org.eclipse.uml2.feature.group [5.3.0, 6.0.0)
 org.eclipse.sdk.feature.group lazy
}

location "https://hudson.eclipse.org/papyrus/job/Papyrus-Oxygen-Developer/lastSuccessfulBuild/artifact/repository/" eclipse-papyrus-developer-master {
	org.eclipse.papyrus.junit.feature.feature.group lazy
}

location "http://download.eclipse.org/nebula/releases/1.2.0/" nebula-release {
	org.eclipse.nebula.cwt [1.0.0,2.0.0)
}

/**
 * EMF Compare and EGit, including dependencies
 */
location "http://download.eclipse.org/modeling/emf/compare/updates/logical/emf.compare/nightly/" {
	org.eclipse.emf.compare.diagram.gmf.feature.group
	org.eclipse.emf.compare.diagram.papyrus.feature.group
	org.eclipse.emf.compare.egit.feature.group
	org.eclipse.emf.compare.feature.group
	org.eclipse.emf.compare.ide.ui.feature.group
	org.eclipse.emf.compare.rcp.ui.feature.group
	org.eclipse.emf.compare.uml2.feature.group
}
location "http://download.eclipse.org/egit/updates-stable-nightly/" {
	org.eclipse.egit.feature.group lazy
}
location "http://download.eclipse.org/cbi/updates/license/" {
	org.eclipse.license.feature.group [1.0.1,1.1.0)
}
location "http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository" {
	com.google.guava [21.0.0, 21.0.1)
	org.junit [4.0.0,5.0.0)
	org.apache.log4j [1.2.0,1.3.0)
	/* Egit/Jgit */
	javaewah
	org.apache.commons.compress
	org.kohsuke.args4j
	/* Egit/Jgit */
	org.mockito [1.9.0,2.0.0)
	org.hamcrest [1.1.0,2.0.0)
}

// Required for building Codegen and Cpp
location "http://download.eclipse.org/modeling/mdt/papyrus/components/designer/neon/1.0.4_papyrus-designer-neon_494/" eclipse-papyrus-designer {
  org.eclipse.papyrus.designer.languages.cpp.feature.feature.group [1.0.4, 2.0.0)
}

location "http://download.eclipse.org/elk/updates/releases/0.1.0/" eclipse-elk {
  org.eclipse.elk.sdk.feature.feature.group lazy
}

Back to the top