mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
* api_notable_list_2022.md: update unbundled plugins 2022.3 * element_patterns.md: new sample * 2022.3 release: update GH links * 2022.3 release: update GH links, #2 * EP list: initial, change android from GH to JB hosting temporarily + adapt links * 223 release initial values * stop recommending PreloadingActivity (internal API now) * product specific EP lists * element_patterns.md: minor * code samples: upgrade * extension_point_list.md: fix duplicate heading * sdk_code_guidelines.md: update compatibility values * spring_extension_point_list.md: update * 223.7571.182
19 lines
889 B
XML
19 lines
889 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE vars
|
|
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/vars.dtd">
|
|
|
|
<vars>
|
|
<var name="ijPlatform" value="2022.3"/>
|
|
<var name="ijPlatformBuild" value="223.7571.182"/>
|
|
|
|
<var name="gh-sdk-samples" value="https://github.com/JetBrains/intellij-sdk-code-samples/tree/main"/>
|
|
|
|
<var name="gh-ic" value="https://github.com/JetBrains/intellij-community/tree/idea/%ijPlatformBuild%"/>
|
|
<var name="gh-ic-master" value="https://github.com/JetBrains/intellij-community/tree/master"/>
|
|
|
|
<!-- TODO restore when tags on GH are back again, re-add leading `/` after prefix in EP list -->
|
|
<var name="gh-ij-android" value="https://git.jetbrains.org/?p=idea/android.git;hb=refs/tags/idea/%ijPlatformBuild%;a=blob;f="/>
|
|
<!-- <var name="gh-ij-android" value="https://github.com/JetBrains/android/tree/idea/%ijPlatformBuild%"/>-->
|
|
|
|
</vars>
|