remove OSS license note

This commit is contained in:
Yann Cébron 2024-10-28 14:12:59 +01:00
parent e6e04cacbd
commit d81a41405c
11 changed files with 0 additions and 22 deletions

View File

@ -10,8 +10,6 @@ Underlying those shared features are shared components.
When authoring a plugin for the IntelliJ Platform, it is important to understand and declare dependencies on these components.
Otherwise, it may not be possible to load or run the plugin in a product because the components on which it depends aren't available.
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## Declaring Plugin Dependencies
For the purposes of dependencies, a _module_ can be thought of as a built-in plugin that ships as a non-removable part of a product.

View File

@ -62,8 +62,6 @@ The IntelliJ Platform underlies many JetBrains IDEs.
Similarly, other products such as [WebStorm](webstorm.md) and [DataGrip](data_grip.md) are based on the IntelliJ IDEA Community Edition, but with a different set of plugins included and excluding other default plugins.
This allows plugins to target multiple products, as each product will include base functionality and a selection of plugins from the IntelliJ IDEA Community Edition repository.
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
The following IDEs are based on the IntelliJ Platform:
* [JetBrains](https://www.jetbrains.com) IDEs:

View File

@ -21,8 +21,6 @@ Plugin projects targeting [AppCode](https://www.jetbrains.com/objc/) can be deve
</snippet>
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## Configuring Plugin Projects Targeting AppCode
> When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).

View File

@ -11,8 +11,6 @@
[CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product.
Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## CLion Plugin Setup
> When targeting 2020.3, see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).

View File

@ -11,8 +11,6 @@
[DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product.
Plugin projects targeting DataGrip can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## DataGrip Plugin Setup
### Gradle Build Script

View File

@ -7,8 +7,6 @@
Plugin projects can target any (custom) IDEs, as long as the products are based on the [IntelliJ Platform](intellij_platform.md).
Such plugins are developed much like plugin projects that target IntelliJ IDEA.
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
Modifications are required to the project's Gradle build script and <path>[plugin.xml](plugin_configuration_file.md)</path> files, as described below
and on the individual product pages in _Product Specific_.
The Gradle build script is modified to specify the target product, determining the APIs available to the plugin.

View File

@ -11,8 +11,6 @@
[GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product.
Plugin projects for GoLand can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## GoLand Plugin Setup
### Gradle Build Script

View File

@ -13,8 +13,6 @@
IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins.
<include from="idea.md" element-id="idea_editions"/>
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## IntelliJ IDEA Ultimate Plugin Setup
See [](idea.md#ideaPluginSetup).

View File

@ -11,8 +11,6 @@
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
See also:
* [](plugin_alternatives.md#phpstorm-advanced-metadata)

View File

@ -11,8 +11,6 @@
[PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product.
Plugin projects for PyCharm can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## WebStorm Plugin Setup
### Gradle Build Script

View File

@ -11,8 +11,6 @@
[RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product.
Plugin projects for RubyMine can be developed using [IntelliJ IDEA](idea.md).
<include from="snippets.md" element-id="jetbrainsProductOpenSourceLicense"/>
## RubyMine Plugin Setup
### Gradle Build Script