mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
9 lines
327 B
XML
9 lines
327 B
XML
<idea-plugin package="org.jetbrains.plugins.groovy.byteCodeViewer">
|
|
<dependencies>
|
|
<plugin id="ByteCodeViewer"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="ByteCodeViewer">
|
|
<classSearcher implementation="org.jetbrains.plugins.groovy.byteCodeViewer.GroovyScriptClassSearcher"/>
|
|
</extensions>
|
|
</idea-plugin>
|