You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/Util.java
Line 308 in b95c6e5
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).
The text was updated successfully, but these errors were encountered: