mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE #209 Do not show OpenIDE in Jetbrains Marketplace
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<!-- 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>
|
||||
<extensionPoints>
|
||||
<extensionPoint qualifiedName="org.jetbrains.webServerPathHandler" interface="org.jetbrains.builtInWebServer.WebServerPathHandler" dynamic="true"/>
|
||||
@@ -24,7 +28,7 @@
|
||||
|
||||
<httpRequestHandler implementation="org.jetbrains.ide.AboutHttpService"/>
|
||||
<httpRequestHandler implementation="org.jetbrains.ide.StartUpMeasurementService"/>
|
||||
<httpRequestHandler implementation="org.jetbrains.ide.InstallPluginService"/>
|
||||
<!--<httpRequestHandler implementation="org.jetbrains.ide.InstallPluginService"/>-->
|
||||
<httpRequestHandler implementation="org.jetbrains.ide.UploadLogsService"/>
|
||||
|
||||
<applicationService serviceImplementation="org.jetbrains.ide.ToolboxRestServiceConfig" preload="true"/>
|
||||
|
||||
Reference in New Issue
Block a user