summaryrefslogtreecommitdiff
path: root/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml')
-rw-r--r--platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml b/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
index a4dfd49a71a8..baea70a67c7a 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensionPoints.xml
@@ -9,6 +9,9 @@
<extensionPoint name="postStartupActivity"
interface="com.intellij.openapi.startup.StartupActivity"/>
+ <extensionPoint name="defaultProjectTypeProvider"
+ interface="com.intellij.openapi.project.DefaultProjectTypeProvider"/>
+
<extensionPoint name="errorHandler"
interface="com.intellij.openapi.diagnostic.ErrorReportSubmitter"/>