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-17507: Improvement on error message in Central #242

Closed
wants to merge 1 commit into from
Closed

JBIDE-17507: Improvement on error message in Central #242

wants to merge 1 commit into from

Conversation

mickaelistria
Copy link
Contributor

No description provided.

@@ -34,7 +34,8 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.equinox.p2.director;bundle-version="2.3.0",
org.eclipse.e4.ui.model.workbench;bundle-version="1.0.0",
org.eclipse.e4.ui.workbench;bundle-version="1.0.0",
org.eclipse.core.filesystem
org.eclipse.core.filesystem,
org.eclipse.ui.net
Copy link
Member

Choose a reason for hiding this comment

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

why is this dependency necessary?

Copy link
Member

Choose a reason for hiding this comment

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

ok seems it's needed to access the preference page

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added it because if we don't have it, then the link to proxy settings won't do anything.
Ideally, this plugin would have exposed a constant containing the Proxy Preference page ID, and we could consume the constant directly. But here it exposes nothing.
So in order to make sure people get the page when clicking, I preferred adding the bundle providing the page as a dependency even if it's not necessary for compilation.

@fbricon
Copy link
Member

fbricon commented Jun 3, 2014

Applied in master

@fbricon fbricon closed this Jun 3, 2014
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