mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
support dynamic message bundles inside JPS build process (IDEA-240279)
GitOrigin-RevId: 13b9d19489baf62c4e8f921d7c7077583a302db4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d9f90681cf
commit
99681b79fa
@@ -1,15 +1,15 @@
|
||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package org.jetbrains.plugins.javaFX;
|
||||
|
||||
import com.intellij.AbstractBundle;
|
||||
import org.jetbrains.annotations.Nls;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.PropertyKey;
|
||||
import org.jetbrains.jps.api.JpsDynamicBundle;
|
||||
|
||||
import java.util.function.Supplier;
|
||||
|
||||
public class JavaFXJpsBundle extends AbstractBundle {
|
||||
public class JavaFXJpsBundle extends JpsDynamicBundle {
|
||||
|
||||
private static final @NonNls String BUNDLE = "messages.JavaFXJpsBundle";
|
||||
private static final JavaFXJpsBundle INSTANCE = new JavaFXJpsBundle();
|
||||
|
||||
Reference in New Issue
Block a user