mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
IJSDK-608 plugin.xml: <helpset> is unused
This commit is contained in:
parent
2755936ac1
commit
f3c3233666
@ -21,10 +21,6 @@
|
||||
<!-- Optional dependency on another plugin. If the plugin with the "MySecondPlugin" ID is installed, the contents of mysecondplugin.xml (the format of this file conforms to the format of plugin.xml) will be loaded. -->
|
||||
<!--<depends optional="true" config-file="custom-plugin.xml">CustomPlugin</depends>-->
|
||||
|
||||
<!-- Allows a plugin to integrate its help system (in JavaHelp format) with the IDEA help system. The "file" attribute specifies the name of the JAR file
|
||||
in the "help" subdirectory of the plugin directory. The "path" attribute specifies the name of the helpset file within the JAR file.-->
|
||||
<helpset file="plugin-help.jar" path="/Help.hs"/>
|
||||
|
||||
<!-- Minimum and maximum build of IDEA compatible with the plugin
|
||||
see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
|
||||
-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user