File tree Expand file tree Collapse file tree
client-lib/src/main/java/com/ibm/ws/repository/resources/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ public class AppliesToProcessor {
4747 private static final String ZOS = "z/OS" ;
4848 private static final String CORE = "Liberty Core" ;
4949 private static final String BETA = "Beta" ;
50+ private static final String BLUEMIX = "Bluemix" ;
5051
5152 /**
5253 * Open liberty features with an edition of OPEN in the appliesTo can be
@@ -86,6 +87,7 @@ public class AppliesToProcessor {
8687 editionsMap .put ("BASE" , Arrays .asList (BASE ));
8788 editionsMap .put ("DEVELOPERS" , Arrays .asList (DEVELOPERS ));
8889 editionsMap .put ("EXPRESS" , Arrays .asList (EXPRESS ));
90+ editionsMap .put ("BLUEMIX" , Arrays .asList (BLUEMIX ));
8991 editionsMap .put ("EARLY_ACCESS" , Arrays .asList (BETA ));
9092 editionsMap .put ("zOS" , Arrays .asList (ZOS ));
9193 editionsMap .put ("ND" , Arrays .asList (ND ));
You can’t perform that action at this time.
0 commit comments