We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In several of our plugin.xml files, we use the long-deprecated extension points:
windowbuilder/org.eclipse.wb.core.java/plugin.xml
Lines 342 to 354 in d650c20
We should try to move away from them using the following replacement extension points:
If possible, one might even consider using the e4 XMI fragment instead of the extension points.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In several of our plugin.xml files, we use the long-deprecated extension points:
windowbuilder/org.eclipse.wb.core.java/plugin.xml
Lines 342 to 354 in d650c20
We should try to move away from them using the following replacement extension points:
If possible, one might even consider using the e4 XMI fragment instead of the extension points.
The text was updated successfully, but these errors were encountered: