mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Merge pull request #256 from alexengrig/patch-1
Fix mismatch in the closing tag
This commit is contained in:
commit
32b33611ba
@ -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