mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
ref https://youtrack.jetbrains.com/issue/KTIJ-20873 ref https://jetbrains.team/p/ij/reviews/20110 GitOrigin-RevId: 839cbb914a7152ded820b61f12ec8abe5b28bbc6
9 lines
403 B
HTML
9 lines
403 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:output method="text" version="1.0" encoding="UTF-8" />
|
|
<xsl:template match="/project/component[@name='KotlinJpsPluginSettings']">
|
|
<xsl:for-each select="option[@name='version']">
|
|
<xsl:value-of select="@value"/>
|
|
</xsl:for-each>
|
|
</xsl:template>
|
|
</xsl:stylesheet> |