summaryrefslogtreecommitdiff
path: root/enigma/src/main/resources/profile.json
diff options
context:
space:
mode:
authorGravatar Joseph Burton2025-08-20 18:15:59 +0100
committerGravatar GitHub2025-08-20 18:15:59 +0100
commit9abdbd5352115191d8ad5bb7018a5497430aa8db (patch)
treebc1e94edc0a207951f0838361a70140c57902061 /enigma/src/main/resources/profile.json
parentSupport multiple input jars (#553) (diff)
downloadenigma-fork-9abdbd5352115191d8ad5bb7018a5497430aa8db.tar.gz
enigma-fork-9abdbd5352115191d8ad5bb7018a5497430aa8db.tar.xz
enigma-fork-9abdbd5352115191d8ad5bb7018a5497430aa8db.zip
Services rework (#554)
* Refactor services * Split out built-in name proposal into a separate plugin so that it can be disabled separately * Fix checkstyle
Diffstat (limited to 'enigma/src/main/resources/profile.json')
-rw-r--r--enigma/src/main/resources/profile.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/enigma/src/main/resources/profile.json b/enigma/src/main/resources/profile.json
deleted file mode 100644
index e1af4cd..0000000
--- a/enigma/src/main/resources/profile.json
+++ /dev/null
@@ -1,20 +0,0 @@
1{
2 "services": {
3 "jar_indexer": [
4 {
5 "id": "enigma:enum_initializer_indexer"
6 },
7 {
8 "id": "enigma:specialized_bridge_method_indexer"
9 }
10 ],
11 "name_proposal": [
12 {
13 "id": "enigma:enum_name_proposer"
14 },
15 {
16 "id": "enigma:specialized_method_name_proposer"
17 }
18 ]
19 }
20} \ No newline at end of file