Merge pull request #256 from alexengrig/patch-1

Fix mismatch in the closing tag
This commit is contained in:
Jakub Chrzanowski 2020-02-28 07:10:29 +01:00 committed by GitHub
commit 32b33611ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">