mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
It doesn't work. Sad, but true. GitOrigin-RevId: c6cf4f2971ce813a2ce18afb2dcee22c2c5dad75
9 lines
344 B
XML
9 lines
344 B
XML
<idea-plugin>
|
|
<dependencies>
|
|
<plugin id="com.intellij.copyright"/>
|
|
<module name="intellij.python.community.impl"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij.copyright">
|
|
<updater filetype="Python" implementationClass="com.intellij.python.copyright.PyUpdateCopyrightsProvider"/>
|
|
</extensions>
|
|
</idea-plugin> |