mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
15 lines
924 B
XML
15 lines
924 B
XML
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
<!-- -->
|
|
<!-- Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru). -->
|
|
<!-- Any modifications are available on the same license terms as the original source code. -->
|
|
<component xmlns="http://jetbrains.org/intellij/schema/application-info">
|
|
<version major="2025" minor="1.3"/>
|
|
<company name="OpenIDE" url="https://openide.ru" copyrightStart="2025"/>
|
|
<build number="IC-__BUILD__" date="__BUILD_DATE__" majorReleaseDate="20250416"/>
|
|
<logo url="/openide_logo.png"/>
|
|
<logo-eap url="/openide_logo_eap.png"/>
|
|
<icon svg="/openide.svg" svg-small="/openide_16.svg"/>
|
|
<icon-eap svg="/openide-eap.svg" svg-small="/openide-eap_16.svg"/>
|
|
<names product="OpenIDE" fullname="OpenIDE" script="openide" motto="Capable and Ergonomic IDE for JVM"/>
|
|
</component>
|