mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
unified creation of license sources;
Rider product licensing support
This commit is contained in:
@@ -32,6 +32,7 @@ public enum IntelliJPlatformProduct {
|
||||
APPCODE("OC", "AppCode", PlatformUtils.APPCODE_PREFIX),
|
||||
CLION("CL", "CLion", PlatformUtils.CLION_PREFIX),
|
||||
DBE("DB", "DataGrip", PlatformUtils.DBE_PREFIX),
|
||||
RIDER("RD", "Rider", PlatformUtils.RIDER_PREFIX),
|
||||
ANDROID_STUDIO("AI", "Android Studio", "AndroidStudio");
|
||||
|
||||
private String myProductCode;
|
||||
|
||||
Reference in New Issue
Block a user