mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
9 lines
336 B
XML
9 lines
336 B
XML
<idea-plugin package="com.maddyhome.idea.copyright.vcs">
|
|
<dependencies>
|
|
<module name="intellij.platform.vcs.impl"/>
|
|
</dependencies>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<checkinHandlerFactory implementation="com.maddyhome.idea.copyright.vcs.UpdateCopyrightCheckinHandlerFactory"/>
|
|
</extensions>
|
|
</idea-plugin> |