mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PluginLayout.plugin: javadoc refined
This commit is contained in:
@@ -33,11 +33,12 @@ class PluginLayout extends BaseLayout {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the plugin layout description. The default plugin layout is composed of a jar with name {@code mainModuleName}.jar containing output of
|
||||
* {@code mainModuleName} module, resources_en.jar containing translatable resources from {@code mainModuleName}, and the module libraries of
|
||||
* {@code mainModuleName} with scopes 'Compile' and 'Runtime' placed under 'lib' directory in a directory with name {@code mainModuleName}.
|
||||
* In you need to include additional resources or modules into the plugin layout specify them in {@code body} parameter. If you don't need
|
||||
* to change the default layout there is no need to call this method at all, it's enough to specify the plugin module in {@link org.jetbrains.intellij.build.ProductModulesLayout#bundledPluginModules bundledPluginModules/pluginModulesToPublish} list.
|
||||
* Creates the plugin layout description. The default plugin layout is composed of a jar with name {@code mainModuleName}.jar containing
|
||||
* production output of {@code mainModuleName} module, resources_en.jar containing translatable resources from {@code mainModuleName},
|
||||
* and the module libraries of {@code mainModuleName} with scopes 'Compile' and 'Runtime' placed under 'lib' directory in a directory
|
||||
* with name {@code mainModuleName}. In you need to include additional resources or modules into the plugin layout specify them in
|
||||
* {@code body} parameter. If you don't need to change the default layout there is no need to call this method at all, it's enough to
|
||||
* specify the plugin module in {@link org.jetbrains.intellij.build.ProductModulesLayout#bundledPluginModules bundledPluginModules/pluginModulesToPublish} list.
|
||||
*
|
||||
* @param mainModuleName name of the module containing META-INF/plugin.xml file of the plugin
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user