This repository was archived by the owner on Jul 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathtarget-platform-dev.tpd
More file actions
80 lines (59 loc) · 2.54 KB
/
Copy pathtarget-platform-dev.tpd
File metadata and controls
80 lines (59 loc) · 2.54 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
target "bazel-eclipse-feature-target-platform-for-development" with source configurePhase requirements
environment JavaSE-21
// import "build" target platform
include "target-platform.tpd"
// add additional stuff to allow running in a self-hosted environment for convenience
location "https://download.eclipse.org/egit/updates/" {
// EGit
org.eclipse.egit.feature.group lazy
org.eclipse.jgit.feature.group lazy
org.eclipse.jgit.http.apache.feature.group lazy
org.eclipse.jgit.ssh.apache.feature.group lazy
org.eclipse.egit.gitflow.feature.feature.group lazy
}
location "https://download.eclipse.org/releases/2024-12/" {
// Docker Tools
org.eclipse.linuxtools.docker.feature.feature.group lazy
org.eclipse.linuxtools.docker.editor.ls.feature.feature.group lazy
// Mylyn Wikitext
org.eclipse.mylyn.wikitext.feature.feature.group
org.eclipse.mylyn.wikitext.markdown
org.eclipse.mylyn.wikitext.markdown.ui
}
location "https://raw.githubusercontent.com/iloveeclipse/plugins/latest/" {
AnyEditTools.feature.group lazy
}
location "https://de-jcup.github.io/update-site-eclipse-asciidoctor-editor/update-site/" {
de.jcup.asciidoctoreditor.feature.group lazy
}
location "https://de-jcup.github.io/update-site-eclipse-bash-editor/update-site/" {
de.jcup.basheditor.feature.group lazy
}
location "https://de-jcup.github.io/update-site-eclipse-batch-editor/update-site/" {
de.jcup.batcheditor.feature.group lazy
}
location "https://de-jcup.github.io/update-site-eclipse-jenkins-editor/update-site/" {
de.jcup.jenkinseditor.feature.feature.group lazy
}
location "https://de-jcup.github.io/update-site-eclipse-sql-editor/update-site/" {
de.jcup.sqleditor.feature.group lazy
}
location "https://de-jcup.github.io/update-site-eclipse-yaml-editor/update-site/" {
de.jcup.yamleditor.feature.group lazy
}
location "https://github.com/MoreUnit/MoreUnit-Eclipse/releases/latest/download/" {
org.moreunit.feature.feature.group lazy
org.moreunit.light.feature.feature.group lazy
org.moreunit.mock.feature.feature.group lazy
}
location "https://eclipseguru.github.io/io.takari.m2e.lifecycle/" {
io.takari.m2e.lifecycle.feature.feature.group lazy
}
location "https://eclipseguru.github.io/p4eclipse/" {
com.perforce.team.feature.feature.group lazy
com.perforce.team.folder.feature.feature.group lazy
com.perforce.team.java.galileo.feature.feature.group lazy
com.perforce.team.mergequest.feature.feature.group lazy
com.perforce.team.patch.feature.feature.group lazy
com.perforce.team.search.feature.feature.group lazy
}