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

JBIDE-14548 fix IAE while installing plugins via project examples requirements #122

Merged
merged 1 commit into from Jun 19, 2013
Merged

Conversation

fbricon
Copy link
Member

@fbricon fbricon commented Jun 19, 2013

  • Moved mylyn discovery from central to project-examples
  • refactored 3 ConnectorDiscovery creation points into one DiscoveryUtil
    method

Author: Denis Golovin dgolovin@gmail.com
CoAuthor: Fred Bricon fbricon@gmail.com

environment.put(
"org.jboss.tools.central.version.minor", version.getMinor()); //$NON-NLS-1$
environment.put(
"org.jboss.tools.central.version.micro", version.getMicro()); //$NON-NLS-1$
Copy link
Member

Choose a reason for hiding this comment

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

if this is removed what is the purpose of the method ?

Copy link
Member Author

Choose a reason for hiding this comment

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

returns a map containing system.properties. But that could indeed be moved to https://github.com/jbosstools/jbosstools-central/pull/122/files#L14R55

…uirements

- Moved mylyn discovery from central to project-examples
- refactored 3 ConnectorDiscovery creation points into one DiscoveryUtil
  method

Author:    Denis Golovin <dgolovin@gmail.com>
CoAuthor:    Fred Bricon <fbricon@gmail.com>
@@ -1230,21 +1230,6 @@ private void logIgnoredExtensionPoint(IExtension extension) {
log(builder.toString());
}

public static Dictionary<Object, Object> getEnvironment() {
Copy link
Member Author

Choose a reason for hiding this comment

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

removed now

@maxandersen
Copy link
Member

+1 for the code going in based on review, but I haven't had time to try/verify it at runtime so please test that :)

@fbricon fbricon merged commit 1021f38 into jbosstools:master Jun 19, 2013
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

3 participants