]
Andre Dietisheim updated JBIDE-14455:
-------------------------------------
Git Pull Request:
openshift-java-client: cartridge name for jbossews is wrong
-----------------------------------------------------------
Key: JBIDE-14455
URL:
https://issues.jboss.org/browse/JBIDE-14455
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.0.Alpha2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.1.0.Beta1
In the openshift-java-client there are contants for some of the available standalone
cartridges:
{code}
public interface IStandaloneCartridge extends ICartridge {
public static final String NAME_EWS = "ews";
public static final String NAME_JBOSSAS = "jbossas";
public static final String NAME_JBOSSEAP = "jbosseap";
public static final String NAME_JENKINS = "jenkins";
public static final String NAME_PERL = "perl";
public static final String NAME_PHP = "php";
public static final String NAME_PYTHON = "python";
public static final String NAME_RUBY = "ruby";
public static final String NAME_ZEND = "zend";
{code}
The one for jbossews is wrong, it should be *jbossews*, not *ews*:
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: