mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
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.2"/>
|
|
<var name="ijPlatformBuild" value="223.8617.56"/>
|
|
|
|
<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%"/>-->
|
|
|
|
<var name="gh-ij-plugins" value="https://github.com/JetBrains/intellij-plugins/tree/idea/%ijPlatformBuild%"/>
|
|
<var name="gh-ij-plugins-master" value="https://github.com/JetBrains/intellij-plugins/tree/master"/>
|
|
|
|
</vars>
|