Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBDS-2859] Include information on EAP version in installer #159

Closed
wants to merge 1 commit into from
Closed

[JBDS-2859] Include information on EAP version in installer #159

wants to merge 1 commit into from

Conversation

dgolovin
Copy link
Contributor

pass eap version defined in pom.xml to installer configuration

pass eap version defined in pom.xml to installer configuration
StringBuffer buffer = new StringBuffer();
buffer.append("Red Hat JBoss Developer Studio "+version+"<br>");
if("jbosseap".equals(group))
buffer.append("Red Hat JBoss Enterprise Application Platform<br>");
buffer.append("Red Hat JBoss Enterprise Application Platform " + eapVersion+ "<br>");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using "+" in an append sounds like a strange mix. Why not several ".append" instead?

@dgolovin dgolovin closed this Apr 2, 2014
@dgolovin dgolovin deleted the JBDS-2859-master branch April 14, 2015 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants