mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Fix mismatch in closing tag
This commit is contained in:
parent
06fabf70d5
commit
c0256da2d6
@ -74,7 +74,7 @@ _anotherPlugin/META-INF/plugin.xml_
|
||||
<id>another.plugin</id>
|
||||
|
||||
<!-- declare dependency on plugin defining extension point -->
|
||||
<depends>my.plugin</id>
|
||||
<depends>my.plugin</depends>
|
||||
|
||||
<!-- use "my.plugin" namespace -->
|
||||
<extensions defaultExtensionNs="my.plugin">
|
||||
|
Loading…
x
Reference in New Issue
Block a user