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

Remove special treatment of org.eclipse.swt in API-Tools #1084

Closed
HannesWell opened this issue Jan 28, 2024 · 0 comments · Fixed by #1094
Closed

Remove special treatment of org.eclipse.swt in API-Tools #1084

HannesWell opened this issue Jan 28, 2024 · 0 comments · Fixed by #1094

Comments

@HannesWell
Copy link
Member

At the moment API-tools have special treatment for the org.eclipse.swt project, because within the IDE the java class reside within the o.e.swt (host/main) bundle, while in the baseline the classes reside within the platform specific fragments:

public static final String ORG_ECLIPSE_SWT = "org.eclipse.swt"; //$NON-NLS-1$

eclipse-platform/eclipse.platform.swt#1008 this could change and we can probably remove the special handling for swt in api-tools.

See also #1073 (comment) (although this missed some parts).

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 a pull request may close this issue.

1 participant