mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 23:39:57 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
17 lines
1.0 KiB
XML
17 lines
1.0 KiB
XML
<idea-plugin>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint qualifiedName="com.intellij.remoteServer.moduleBuilderContribution"
|
|
interface="com.intellij.remoteServer.impl.module.CloudModuleBuilderContributionFactory"/>
|
|
</extensionPoints>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.remoteServer.runtime.deployment.debug.JavaDebuggerLauncher"
|
|
serviceImplementation="com.intellij.remoteServer.impl.runtime.deployment.debug.JavaDebuggerLauncherImpl"/>
|
|
|
|
<applicationService serviceInterface="com.intellij.remoteServer.configuration.deployment.JavaDeploymentSourceUtil"
|
|
serviceImplementation="com.intellij.remoteServer.impl.configuration.deployment.JavaDeploymentSourceUtilImpl"/>
|
|
<remoteServer.deploymentSource.type implementation="com.intellij.remoteServer.impl.configuration.deployment.ArtifactDeploymentSourceType"/>
|
|
<moduleBuilder builderClass="com.intellij.remoteServer.impl.module.CloudModuleBuilder"/>
|
|
</extensions>
|
|
</idea-plugin> |