mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
eclipse: skip jRebel nature (IDEA-114956)
This commit is contained in:
@@ -43,6 +43,7 @@ public interface EclipseXml {
|
||||
@NonNls String JUNIT_CONTAINER = "org.eclipse.jdt.junit.JUNIT_CONTAINER";
|
||||
@NonNls String GROOVY_DSL_CONTAINER = "GROOVY_DSL_SUPPORT";
|
||||
@NonNls String GROOVY_SUPPORT = "GROOVY_SUPPORT";
|
||||
@NonNls String JREBEL_NATURE = "org.zeroturnaround.eclipse.jrebelNature";
|
||||
@NonNls String JUNIT3 = JUNIT_CONTAINER + "/" + "3.8.1";
|
||||
@NonNls String JUNIT4 = JUNIT_CONTAINER + "/" + "4";
|
||||
@NonNls String ECLIPSE_PLATFORM = "org.eclipse.pde.core.requiredPlugins";
|
||||
|
||||
@@ -43,6 +43,7 @@ public abstract class EclipseNatureImporter {
|
||||
final Set<String> allCons = new HashSet<String>();
|
||||
allCons.add(EclipseXml.GROOVY_SUPPORT);
|
||||
allCons.add(EclipseXml.GROOVY_DSL_CONTAINER);
|
||||
allCons.add(EclipseXml.JREBEL_NATURE);
|
||||
|
||||
for (EclipseNatureImporter provider : Extensions.getExtensions(EP_NAME)) {
|
||||
allCons.addAll(provider.getProvidedCons());
|
||||
|
||||
Reference in New Issue
Block a user