diff --git a/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml b/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
index de92652e8522..4419b87ce75b 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
@@ -286,5 +286,8 @@
+
+
+
diff --git a/platform/platform-resources/src/META-INF/PlatformExtensions.xml b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
index f7e78e9662a0..0a383fea75a1 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensions.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
@@ -490,5 +490,15 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/plugins/git4idea/git4idea.iml b/plugins/git4idea/git4idea.iml
index 47b0422100b7..e69fb5bc32b5 100644
--- a/plugins/git4idea/git4idea.iml
+++ b/plugins/git4idea/git4idea.iml
@@ -54,5 +54,6 @@
+
\ No newline at end of file
diff --git a/plugins/git4idea/tests/git4idea/branch/GitBranchContextTest.kt b/plugins/git4idea/tests/git4idea/branch/GitBranchContextTest.kt
new file mode 100644
index 000000000000..084715a911e4
--- /dev/null
+++ b/plugins/git4idea/tests/git4idea/branch/GitBranchContextTest.kt
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2000-2017 JetBrains s.r.o.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package git4idea.branch
+
+import com.intellij.tasks.context.WorkingContextManager
+import git4idea.test.GitPlatformTest
+import junit.framework.TestCase
+
+class GitBranchContextTest: GitPlatformTest() {
+
+ fun testContextManager() {
+ val contextManager = WorkingContextManager.getInstance(project)
+ TestCase.assertNotNull(contextManager)
+ }
+}
\ No newline at end of file
diff --git a/plugins/tasks/tasks-core/src/META-INF/plugin.xml b/plugins/tasks/tasks-core/src/META-INF/plugin.xml
index 88e3e1b2ade6..d98076e1c6aa 100644
--- a/plugins/tasks/tasks-core/src/META-INF/plugin.xml
+++ b/plugins/tasks/tasks-core/src/META-INF/plugin.xml
@@ -96,7 +96,6 @@
-
@@ -111,19 +110,11 @@
-
-
-
-
-
-
-
-