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

Bug 462185 - Adopt new plugin syntax for config.xml #64

Merged
merged 1 commit into from
Jun 6, 2016

Conversation

amisevsk
Copy link
Contributor

@amisevsk amisevsk commented Jun 3, 2016

Add Plugin class to represent tag in config.xml. Change
PropertiesPage to correctly show this new class, and hook existing
buttons to plugin management. Previous Feature class still exists,
but is no longer used.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=462185
Signed-off-by: Angel Misevski amisevsk@redhat.com

@eclipsewebmaster
Copy link
Contributor

Issue tracker reference:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=462185

featureParamsTableViewer.setInput(event.getNewValue());
}
});
// Feature feature = (Feature)sel.getFirstElement();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These lines are commented out because tags do not have parameters. I wasn't sure if we wanted to remove the parameters section / the whole page altogether, so I've left it in for now.

Add Plugin class to represent <Plugin> tag in config.xml. Change
PropertiesPage to correctly show this new class, and hook existing
buttons to plugin management. Previous Feature class still exists,
but is no longer used.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=462185
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
@gorkem gorkem merged commit a5ae1d1 into eclipse-archived:master Jun 6, 2016
@amisevsk amisevsk deleted the JBIDE-22178-PR branch June 13, 2016 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants