summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Shepilko <artur.shepilko@nomadbyte.com>2018-07-26 20:35:17 -0500
committerArtur Shepilko <artur.shepilko@nomadbyte.com>2018-07-27 13:19:42 +0000
commit15007920a39a3e8adf74711268e1f7811e57b8ab (patch)
tree8163c3c8efcda1ad5f00c8df7941332b8de2ef2d
parent06d73b2e24249290e68a095e7a69a1cab172b4f8 (diff)
Update to use supportedProjectType
- Same change as in qt-creator aa37df645d97698afe Change-Id: I1dfda4b8e7a9ce40954f5029efc2e51a5366b974 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--plugins/fossil/wizard/projects/vcs/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fossil/wizard/projects/vcs/wizard.json b/plugins/fossil/wizard/projects/vcs/wizard.json
index 30423ed..fba22bb 100644
--- a/plugins/fossil/wizard/projects/vcs/wizard.json
+++ b/plugins/fossil/wizard/projects/vcs/wizard.json
@@ -1,6 +1,6 @@
{
"version": 1,
- "kind": "project",
+ "supportedProjectTypes": [ "UNKNOWN_PROJECT" ],
"id": "I.Fossil",
"category": "T.Import",
"trDescription": "Clones a Fossil repository and tries to load the contained project.",