Compare commits
61 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f30014c87 | ||
|
|
fd04390c83 | ||
|
|
56b25d75f6 | ||
|
|
92fbbf6251 | ||
|
|
bd9c40a543 | ||
|
|
e49410d9ec | ||
|
|
cf6e25db82 | ||
|
|
856c609cb1 | ||
|
|
e8ef414dd5 | ||
|
|
db80d670ed | ||
|
|
bee91c0495 | ||
|
|
a0aeb1e974 | ||
|
|
0ea17f13ee | ||
|
|
f5e871f71f | ||
|
|
287f8f047f | ||
|
|
33478ca2ab | ||
|
|
410556f1d5 | ||
|
|
a92e1a7dcd | ||
|
|
6622538ee3 | ||
|
|
b044edb7b0 | ||
|
|
1a51536dec | ||
|
|
a97a20209b | ||
|
|
d8c210b301 | ||
|
|
6ba821c8cf | ||
|
|
35c7699339 | ||
|
|
31e466f0e4 | ||
|
|
dda9adac75 | ||
|
|
171d9ffd7f | ||
|
|
01b07d59db | ||
|
|
bb08f4f128 | ||
|
|
3645e59391 | ||
|
|
caee520a54 | ||
|
|
42a52c251a | ||
|
|
a5c700b237 | ||
|
|
cb82f26a01 | ||
|
|
a9a66ee5c1 | ||
|
|
780aa20ded | ||
|
|
d7439b2a57 | ||
|
|
4ecc47a4fa | ||
|
|
a0f020f992 | ||
|
|
3eb959f62e | ||
|
|
95afa29738 | ||
|
|
2a981c10df | ||
|
|
2e14434dc5 | ||
|
|
ef7ef41744 | ||
|
|
0cb3f4c2e3 | ||
|
|
ea90efd84f | ||
|
|
1bc17e0efc | ||
|
|
d6dbd842da | ||
|
|
8e07db140e | ||
|
|
4d5c7c014c | ||
|
|
284f7a22dc | ||
|
|
4a075c1c1b | ||
|
|
06d8562921 | ||
|
|
ce04c3085f | ||
|
|
b7554f2bfc | ||
|
|
f11689e361 | ||
|
|
8ba9ee009b | ||
|
|
60ab66ac9e | ||
|
|
1da7ff56a1 | ||
|
|
4a2f9b0783 |
2 changed files with 1257 additions and 0 deletions
1096
eclipse.yaml
Normal file
1096
eclipse.yaml
Normal file
File diff suppressed because it is too large
Load diff
161
koschei.cfg
Normal file
161
koschei.cfg
Normal file
|
|
@ -0,0 +1,161 @@
|
||||||
|
# -*- python -*-
|
||||||
|
# vim: ft=python
|
||||||
|
config = {
|
||||||
|
"buildrequires": [
|
||||||
|
"tycho",
|
||||||
|
"platform",
|
||||||
|
],
|
||||||
|
"requires": [
|
||||||
|
"ant",
|
||||||
|
"maven",
|
||||||
|
"platform",
|
||||||
|
],
|
||||||
|
|
||||||
|
"bootstrap": False,
|
||||||
|
"full_refs": False,
|
||||||
|
"default_ref": "eclipse",
|
||||||
|
"include_build_deps": False,
|
||||||
|
"closure": False,
|
||||||
|
"filter_unused": True,
|
||||||
|
"topo_sort": True,
|
||||||
|
|
||||||
|
"api": [
|
||||||
|
"eclipse-abrt",
|
||||||
|
"eclipse-cdt-native",
|
||||||
|
"eclipse-dtp",
|
||||||
|
"eclipse-egit",
|
||||||
|
"eclipse-egit-github",
|
||||||
|
"eclipse-egit-mylyn",
|
||||||
|
"eclipse-epp-logging",
|
||||||
|
"eclipse-gef",
|
||||||
|
"eclipse-jdt",
|
||||||
|
"eclipse-jgit",
|
||||||
|
"eclipse-launchbar",
|
||||||
|
"eclipse-mpc",
|
||||||
|
"eclipse-pde",
|
||||||
|
"eclipse-pydev",
|
||||||
|
"eclipse-subclipse",
|
||||||
|
"eclipse-tm-terminal",
|
||||||
|
"eclipse-usage",
|
||||||
|
"freemarker",
|
||||||
|
"glassfish-jaxb-runtime",
|
||||||
|
"nekohtml",
|
||||||
|
"rxtx",
|
||||||
|
"swt-chart",
|
||||||
|
],
|
||||||
|
"profiles": {
|
||||||
|
"default": [
|
||||||
|
"eclipse-abrt",
|
||||||
|
"eclipse-jdt",
|
||||||
|
"eclipse-mpc",
|
||||||
|
"eclipse-usage",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
"filter": [
|
||||||
|
],
|
||||||
|
"includes": [
|
||||||
|
],
|
||||||
|
"excludes": [
|
||||||
|
# Additional Runtime Exclusions
|
||||||
|
"apache-commons-math",
|
||||||
|
"cglib",
|
||||||
|
"dnsjava",
|
||||||
|
"easymock",
|
||||||
|
"gpars",
|
||||||
|
"groovy",
|
||||||
|
"guava",
|
||||||
|
"jmh",
|
||||||
|
"jsr-305",
|
||||||
|
"objenesis",
|
||||||
|
"osgi-core",
|
||||||
|
"qdox",
|
||||||
|
# For minimal glassfish-jaxb
|
||||||
|
"bea-stax",
|
||||||
|
"glassfish-fastinfoset",
|
||||||
|
"istack-commons",
|
||||||
|
"relaxngDatatype",
|
||||||
|
"stax-ex",
|
||||||
|
"xmlstreambuffer",
|
||||||
|
"xsom",
|
||||||
|
# For minimal eclipse-subclipse
|
||||||
|
"subversion",
|
||||||
|
# For minimal netty
|
||||||
|
"aalto-xml",
|
||||||
|
"stax2-api",
|
||||||
|
# For bootstrap eclipse
|
||||||
|
"eclipse",
|
||||||
|
"eclipse-ecf",
|
||||||
|
"eclipse-emf",
|
||||||
|
"eclipse-tm-terminal-connectors",
|
||||||
|
"eclipse-linuxtools-docker",
|
||||||
|
],
|
||||||
|
"module_excludes": {
|
||||||
|
("ant", "1.10"),
|
||||||
|
("maven", "3.5"),
|
||||||
|
("javapackages-runtime", "201801"),
|
||||||
|
},
|
||||||
|
"frozen_refs": [
|
||||||
|
],
|
||||||
|
"stream_override": {
|
||||||
|
"ant": {
|
||||||
|
"2019-03": "[1.10]",
|
||||||
|
},
|
||||||
|
"maven": {
|
||||||
|
"2019-03": "[3.5]",
|
||||||
|
},
|
||||||
|
"tycho": {
|
||||||
|
"2019-03": "[1.3]",
|
||||||
|
},
|
||||||
|
"platform": {
|
||||||
|
"2019-03": "[]",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
"macros": {
|
||||||
|
"_with_bootstrap": 1,
|
||||||
|
"_with_jp_minimal": 1,
|
||||||
|
"_without_javahl": 1,
|
||||||
|
"_without_spring": 1,
|
||||||
|
"_without_mylyn_epub": 1,
|
||||||
|
"_without_contrib_tools": 1,
|
||||||
|
"_without_remote": 1,
|
||||||
|
},
|
||||||
|
|
||||||
|
"summary": "An open, extensible IDE and application platform",
|
||||||
|
"description": """\
|
||||||
|
The Eclipse platform is designed for building integrated development
|
||||||
|
environments (IDEs), server-side applications, desktop applications, and
|
||||||
|
everything in between.
|
||||||
|
""",
|
||||||
|
|
||||||
|
"koji_config": {
|
||||||
|
"server": "https://koji.fedoraproject.org/kojihub",
|
||||||
|
"topurl": "https://kojipkgs.fedoraproject.org/",
|
||||||
|
"multicall_chunk_size": 1000,
|
||||||
|
"tag_name": "f30-build",
|
||||||
|
},
|
||||||
|
"dependency": {
|
||||||
|
"repo_arch": "x86_64",
|
||||||
|
"resolve_for_arch": "x86_64",
|
||||||
|
"ignore_weak_deps": True,
|
||||||
|
"cache_l2_capacity": 2,
|
||||||
|
},
|
||||||
|
"directories": {
|
||||||
|
"cachedir": "/tmp/maven-modulemd-gen",
|
||||||
|
},
|
||||||
|
"logging": {
|
||||||
|
"version": 1,
|
||||||
|
"loggers": {
|
||||||
|
"": {
|
||||||
|
"level": "INFO",
|
||||||
|
"handlers": ["stderr"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"handlers": {
|
||||||
|
"stderr": {
|
||||||
|
"class": "logging.StreamHandler",
|
||||||
|
"stream": "ext://sys.stderr"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue