mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
So, there will be only one IDE Features Trainer plugin in the installed plugins page. IJ-CR-95996 GitOrigin-RevId: 15aad69f3ec75bb928dfa2a5d7ecaee5b5fb45be
9 lines
272 B
XML
9 lines
272 B
XML
<idea-plugin package="training.git">
|
|
<dependencies>
|
|
<plugin id="Git4Idea"/>
|
|
</dependencies>
|
|
|
|
<extensions defaultExtensionNs="training">
|
|
<ift.learning.commonCourse key="Git" implementationClass="training.git.GitLearningCourse"/>
|
|
</extensions>
|
|
</idea-plugin> |