mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
11 lines
738 B
XML
11 lines
738 B
XML
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
<!-- -->
|
|
<!-- Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru). -->
|
|
<!-- Any modifications are available on the same license terms as the original source code. -->
|
|
<idea-plugin package="com.intellij.idea.customization.base">
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.platform.ide.customization.ExternalProductResourceUrls"
|
|
serviceImplementation="com.intellij.idea.customization.base.OpenIdeExternalResourceUrls"
|
|
overrides="true"/>
|
|
</extensions>
|
|
</idea-plugin> |