-
Notifications
You must be signed in to change notification settings - Fork 5
/
default.tpd
47 lines (41 loc) · 1.47 KB
/
default.tpd
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
target "Eclipse Marketplace Server Target Platform" with source requirements
// Base dependencies. MARS.2
location "http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/" {
org.eclipse.equinox.p2.sdk.feature.group
org.eclipse.sdk.feature.group
org.eclipse.pde.core
org.eclipse.emf.ecore [2.11.2,2.12.0)
org.eclipse.emf.ecore.xmi [2.11.1,2.12.0)
org.eclipse.emf.ecore.change [2.11.0,2.12.0)
org.eclipse.emf.common [2.11.1,2.12.0)
}
location "http://download.eclipse.org/modeling/emf/updates/releases/" {
org.eclipse.emf.databinding
org.eclipse.emf.databinding.edit
}
location "http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/" {
org.apache.log4j
org.apache.commons.collections
org.apache.httpcomponents.httpclient
org.apache.httpcomponents.httpcore
}
// UI Testing
location "http://download.eclipse.org/technology/swtbot/releases/2.2.1/" {
org.eclipse.swtbot.forms.source.feature.group
org.eclipse.swtbot.eclipse.source.feature.group
org.eclipse.swtbot.source.feature.group
org.hamcrest.library
org.hamcrest.core
}
// SWT Debugging
location "http://download.eclipse.org/eclipse/updates/4.5" {
org.eclipse.swt.tools
}
// Markdown support
location "http://download.eclipse.org/mylyn/releases/latest" {
org.eclipse.mylyn.wikitext.core
org.eclipse.mylyn.wikitext.markdown.core
org.eclipse.mylyn.wikitext.markdown.ui
org.eclipse.mylyn.wikitext.ui
org.eclipse.mylyn.commons.workbench
}