summaryrefslogtreecommitdiff
path: root/src/main/resources/profile.json
diff options
context:
space:
mode:
authorGravatar Runemoro2020-06-03 13:39:42 -0400
committerGravatar GitHub2020-06-03 18:39:42 +0100
commit0f47403d0220757fed189b76e2071e25b1025cb8 (patch)
tree879bf72c4476f0a5e0d82da99d7ff2b2276bcaca /src/main/resources/profile.json
parentFix search dialog hanging for a short time sometimes (#250) (diff)
downloadenigma-0f47403d0220757fed189b76e2071e25b1025cb8.tar.gz
enigma-0f47403d0220757fed189b76e2071e25b1025cb8.tar.xz
enigma-0f47403d0220757fed189b76e2071e25b1025cb8.zip
Split GUI code to separate module (#242)
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
Diffstat (limited to 'src/main/resources/profile.json')
-rw-r--r--src/main/resources/profile.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main/resources/profile.json b/src/main/resources/profile.json
deleted file mode 100644
index e1af4cdb..00000000
--- a/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